Hello, pierre.techouey...@free.fr (Pierre Téchoueyres) writes:
> I reattach the examples, but note that the cmd.txt or sh.txt extensions > are only there to avoid my mail to be wiped out. I must be missing something. When I install both patches, and I export your example to, e.g., UTF-8, I get the following document, where coding systems are not resolved. --8<---------------cut here---------------start------------->8--- 1 Pierre Téchoueyres ════════════════════ bad ┌──── │ @echo off │ │ echo Hello Pierre T├Üchoueyres ├▒ │ │ rem Local Variables: │ rem coding: cp850-dos │ rem mode: bat │ rem End: └──── or ┌──── │ #!/bin/sh # -*- coding: iso-8859-15-unix -*- │ │ echo "Hello Pierre Téchoueyres" │ │ # Local Variables: │ # coding: iso-8859-15-unix │ # End: └──── and good ? ┌──── │ @echo off │ │ echo Hello Pierre TÃchoueyres ñ │ │ rem Local Variables: │ rem coding: cp850-dos │ rem mode: bat │ rem End: └──── or ┌──── │ #!/bin/sh # -*- coding: iso-8859-15-unix -*- │ │ echo "Hello Pierre Téchoueyres" │ │ # Local Variables: │ # coding: iso-8859-15-unix │ # End: └──── --8<---------------cut here---------------end--------------->8--- Regards, -- Nicolas Goaziou 0x80A93738