So I don't really understand what's appening. Nicolas Goaziou writes: > Hello, > > pierre.techoueyres@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. > > 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: > └──── > > Regards, -- | Pierre Téchoueyres - Appt. 150 Bat. B | Tel : 05 56 42 53 22 Res. Le FLORE ___ | 09 51 40 74 43 32 rue Marcelin Berthelot ,,, | Port: 06 77 11 64 05 33200 CAUDERAN (o o) | mailto:Pierre.Techoueyres@free.fr ---ooO-(_)-Ooo---