B
Bertram Scharpf
Hi,
on my Debian Linux this problem doesn't appear. Yet, it is
reported to me that on SuSE Linux, the standard Ruby
installation has problems with reading in source files that
contain umlauts (characters >= '\x80').
A string 'ü' produces a syntax error, a regexp /ü/ will
report a "premature end" of the regexp.
I made experiments with $KCODE but I didn't achieve to
reproduce the reported misbehaviour.
I could enter '\xfc' everywhere I need a 'ü' but that is
annoying.
What do I have to do to solve this correctly?
Thanks in advance,
Bertram
on my Debian Linux this problem doesn't appear. Yet, it is
reported to me that on SuSE Linux, the standard Ruby
installation has problems with reading in source files that
contain umlauts (characters >= '\x80').
A string 'ü' produces a syntax error, a regexp /ü/ will
report a "premature end" of the regexp.
I made experiments with $KCODE but I didn't achieve to
reproduce the reported misbehaviour.
I could enter '\xfc' everywhere I need a 'ü' but that is
annoying.
What do I have to do to solve this correctly?
Thanks in advance,
Bertram