Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: Ajax unicode
If it returns as a box, doesn't it mean that the character isn't printable? (I know sometimes they show up for fonts that don't have that glyph) Could you not output the ajax and see if it still works or find out which characters it's replacing and why. If you find out why you get a lot of them it may help as you can find a way around it or a way of converting them back...
Problem come from "é" and "è" characters, there's no problem if I use "Debug.Trace("éééèèè");" but characters don't work with ajax.
It "fusion" the famous character with it 2 next to become a box. ( ex : "némo" become "n[]" )
I can remove all boxs but there's a lot a them in french and the text become borring to read.
I think i've found...
This post was edited on 11-21-2006 at 06:03 PM by Huhu_Manix.