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 > <p...@lx-ltd.ru> 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 an issue with your path on IE8 (not tested on earlier version). The following lines in ajaxterm.js lead to an error "Object required": de=r.responseXML.documentElement; if (de.tagName == "pre") { The corresponding part of the ajaxterm.py is: span+=u'\n' r='<?xml version="1.0" encoding="utf8"?><pre class="term">%s</pre>'%r It needs to be UTF-8 and not utf8 I think Does it have other consequences? Cheers, Julien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org