Hello,
I have some resource files and I am using bn.net. The spanish, french and english works perfectly fine but russian on the other hand shows all "?" marks on the page.
What I did is have the translation done in a text file then I used resgen and generated the resource file. I changed the following line in the web.config file
<globalization fileEncoding="KOI8-R" requestEncoding="KOI8-R" responseEncoding="KOI8-R" />
I also tried windows-1251 nd that did not work neither, same result. When I do utf-8 I get boxes so get different results with the different encoding but can't get the russian characters to display. When I open the russian text file in notepad++ I see the russian characters fine there.
Anyone have any idea's for something I may be missing or doing wrong?
Thanks in advanced.