On Sun, Aug 16, 2009 at 09:17:24PM +0200, Julien Valroff wrote:
> I have just tested this patch, and it seems there are some issues.
> When simply calling 'ls -l' in my home directory, I get the following
> kind of output:
[...]
> -rw-r--r-- 1 julien julien 42964 aoĆ» 16 20:46 ???????????????????????
[...]
> I use fr_FR.UTF-8
[...]
Interesting. I'll play around with it some more and see if I can
replicate that. I've tested it SSH'ing to a shell where I'm using
en_US.UTF-8 and GNU screen with the -U to multiplex UTF-8-aware
applications. I've also used it more heavily backended by Telnet
connections to UTF-8-sending socket applications. What Web
browser(s) were you testing under?
> I am also puzzled by this part of the patch, which (unless I am
> totally wrong) has nothing to do with utf8:
>
> + if(ie)
> + {
> + var responseXMLdoc = new
> ActiveXObject("Microsoft.XMLDOM");
> +
> responseXMLdoc.loadXML(r.responseText);
> + de =
> responseXMLdoc.documentElement;
> + }
> + else
> + {
> +
> de=r.responseXML.documentElement;
> + }
[...]
Interesting. I assumed (perhaps wrongly) that this was a hack to get
IE to pay attention to the encoding, but hadn't tested removing
that. I'll see if I can identify any issues with that hunk removed.
I cleaned out some other bits from his patch which definitely seemed
to have nothing to do with UTF-8 support, but was less certain about
the need for that particular one.
--
{ IRL(Jeremy_Stanley); PGP(9E8DFF2E4F5995F8FEADDC5829ABF7441FB84657);
SMTP([email protected]); IRC([email protected]#ccl); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER([email protected]);
MUD([email protected]:6669); WWW(http://fungi.yuggoth.org/); }
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]