> Regarding double UTF-8 (was: [Bug: 21.5-b29] babel does
> not work, encoding problem); Uwe Brauer <oub(a)mat.ucm.es>
> adds:
> Regarding [Bug: 21.5-b29] babel does not work, encoding
> problem; "Stephen J. Turnbull" <stephen(a)xemacs.org> adds:
>
> We've been through this before, I think the last time you tried 21.5.
> You need to set some coding system to utf-8, possibly
> `default-process-coding-system' or
> `default-network-coding-system', to `(utf-8 . utf-8)'.
Thanks to gmail search functionality I found the solution in
a old email which Aidan sent to me.
The (ugly) workaround is to use
LC_CTYPE=es_ES.ISO8859-1 xemacs-21.5-b29
I thought of changing the lisp code in babel, but of course
I would need a lisp variable which tells me about the value
of LC_CTYPE.
Otherwise I can't implement it. Quiting utf-8
while decoding would not work, if LC_CTYPE where set to
es_ES.ISO8859-1 and if it was set to UTF-8 then the double
encoding problem occurs.
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta