L
Lupus
Hi everyone,
I've got a problem with a piece of javascript code which parses a
string. The problem occurs when the string contains some special
characters like é, è, ü...
There are 2 symptoms
The string shows up incomplete, i.e. Günther => G? or sometime I have
javascript error :
"End of file reached in invalid state for current encoding"
The string is used to populate a select box, so converting the special
chars into HTML entities didn't work...
Could anyone help me out ?
Thx!
Mathew
I've got a problem with a piece of javascript code which parses a
string. The problem occurs when the string contains some special
characters like é, è, ü...
There are 2 symptoms
The string shows up incomplete, i.e. Günther => G? or sometime I have
javascript error :
"End of file reached in invalid state for current encoding"
The string is used to populate a select box, so converting the special
chars into HTML entities didn't work...
Could anyone help me out ?
Thx!
Mathew