joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Country specific characters are replaced by ?? in first show of the grid #21

Closed januszj closed 9 years ago

januszj commented 9 years ago

Hi, First want to thank you for the well working grid solution for MVC :) I liked especially possibility to modify grids rendering using interface!

Issue I have is that when grid is displayed first time it replace special country characters (in this case Polish) with ??. When Grid is refreshed using paging link or global search, the characters become correct.

Here is example: image

joeharrison714 commented 9 years ago

Thanks for your report. I will be looking into it. Can you give me an example of what characters specifically are getting changed in this way?

januszj commented 9 years ago

Hi Joe, Here are examples of Polish characters that get changed: ńłóźćłąę. KR, Janusz

joeharrison714 commented 9 years ago

Janusz, This has been fixed. Please update your nuget package. The problem was on first load, I was using ASCII encoding, and it had to be changed to UTF8. Thanks, Joe