Hi,
Le dimanche 16 août 2009 à 17:19 +0000, The Fungi a écrit :
> Package: ajaxterm
> Version: 0.10-4
> Severity: wishlist
> Tags: l10n patch
>
> Please consider implementing the patch written by Sergej Pupykin
> <[email protected]> to switch ajaxterm from Latin-1 to UTF-8 encoding, as
> this is the default encoding for Debian's upcoming release. I have
> attached a tweaked and rebased patch which applies cleanly from the
> series in the debian/patches directory of the current source
> package. I have extensively tested this and found it to work well.
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 ???????????????????????
whereas it should be
-rw-r--r-- 1 julien julien 42964 aoû 16 20:46 ajaxterm_0.10-5_all.deb
I use fr_FR.UTF-8
The output of eg. "aptitude update" is correct.
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;
+ }
You can get the latest trunk in my svn at http://svn.kirya.net/ajaxterm
Cheers,
Julien
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]