Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: German umlaut bugs on Linux



Bernd Eggink wrote:
> Handling of German special characters (umlauts and '=DF') is still buggy
> on Linux (unpatched 3.1.5 version).
> 
>   print 'm=E4h'
> 
> from the terminal works OK, but
> 
>   print "m=E4h"
> 
> gives $PS2 on the next line. Entering " then produces the message
> 
>   zsh: command not found: h\n


(=E4 is u-umlaut, I haven't fixed up quoted-printables in quotations.)

Try zsh-workers/4612.  It's specific to machines where char is signed.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author