[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SuSE 10.2 and LOADNATIONALKEYB=1
Peter_22@xxxxxx wrote:
> Problems arise for mue, euro sign and german ue
> ASCII fails to display the mue, euro is displays with a e and the ue isn´t
> displayed.
> 000000 b5 65 fc
b5 == "µ" in ISO8859-15
65 == "e" in ISO8859-15
fc == "ü" in ISO8859-15
> UTF-8 displays all 3 special characters and says:
> 000000 c2 b5 65 c3 bc
c2 b5 == "µ" in unicode
65 == "e" in unicode
c3 bc == "ü" in unicode
> Can you draw any conclusion form all that?
Your keyboard layout /boot/default.kmap (from knoppix) is not euro
compatible. When you press euro key, you get normal e.
--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/