|
"Jason M. Felice" <jasonf@Baldwingroup.COM> writes: > What was the problem with not getting iconv() to work for us? Am I wrong on > any of my above points? At least with the glibc 2.1 iconv(), error handling is very poor. If it encounters a character it can't translate, it errors out without any way to recover. There are also some advantages to the tables that recode generates. In the case of codepage 273 for German, codepoint 0xbc is an "overline" (Unicode 0x203e), which isn't part of ISO-8859-1. It looks the same as a "macron" (ISO-8859-1 character 0xaf) though, which is what recode uses. There's also no way to use iconv() to convert to whatever the local multibyte encoding is, unless we know what it is in advance. We can probably assume UTF-8 if going for internationalisation, although who knows what wchar_t is? I think the main obstacle to using iconv() was that nobody had it available to test last February when we were discussing it, so nothing got done. (BTW, I have a mostly complete archive of the linux5250 mailing list going back to 20 Nov 1998. Does anyone want to put it up on the web somewhere?) -- Carey Evans http://home.clear.net.nz/pages/c.evans/ CONFIG_IPL_RDR Select this option if you want to IPL the image from a real card reader. +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.