![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Diacritical marks in array don't translate
From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Fri Nov 11 2005 - 16:42:24 CET
jiverbean wrote:
> I have an array with strings of German words:
That's an urban legend that will probably never die. HTML allows these
<head>
A good reason for escaping 8-bit characters _in HTML_ is editing on
<http://www.htmlhelp.com/faq/html/design.html#entity-or-number>
> I wrote:
JS (programming language) is not HTML (markup language). This source code
There is no problem you have to work around.
It is not supposed to work anyway. unescape(), which is proprietary,
Fr<EM>0hliches Fr<EM>1ulein
where <EM> is the character at code point 0x19 (31).
Signatures are to be delimited by a line containing only "--<SP><CR><LF>".
HTH
PointedEars (a German)
|