Hi Chris,
thanks for your Answer.
My Problem is, that the encoding is done by JavaScript at the Cilent and
therefore with the clients charset, in Germany normally ISO-8859-1.
With most for the other special characters this works fine, but some won't work
especially the ANSI (ALT) 0150.
What
Hello *,
i have a problem with a special character:
I have a form and want to send the "-" whitch is in HTML "–" (ANSI 0150).
Because I have some Problems with the german special character (äüö) i have to
convert the input String:
var value = escape(text);
the character is encoded to "%u2013"