This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] S/390: HW accelerated iconv module for iso-8859-1/cp37conversions


Also, isn't ISO 8859-1 outdated?  Almost nobody in Europe can use it
because of the missing â sign.  You should rather support ISO 8859-15 etc.

Unfortunately this turned out to be impossible. The hardware instruction is not able to deal with unconvertable bytes. Once issued the instruction converts the input string using the provided conversion table without being able to throw an error. So it seems that this particular instruction can only be used for conversions between cp037 and iso-8859-1. There are also ebcdic variants supporting the euro sign but unfortunately these aren't able to deal with the other chars added with 8859-15 (0xa6, 0xa8, 0xb4, ...).


Bye,

-Andreas-


- -- â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkmr4iAACgkQ2ijCOnn/RHRo4gCgrFra6xKl40BhbztyoS/qFD1x
k6YAnAzD3WpV2rCG5z5FSZ5DmwufsAM3
=BtVK
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]