UTF8 Encoding
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
It seems that for some reason, the JavaScript function encode() returns an ASCII encoded string regardless of the pages explicit setting to 'utf-8' (I'm testing in Exploder 6). This means that the ASP.NET Request object will dismiss all the special characters encoded as '%XX', because it expects them to be in the form '%uXXXX'. Does anyone know, of the correct method to use for encoding to UTF8? "After all it's just text at the end of the day. - Colin Davies "For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus