Fixed bug #320: Improve UTF-8 -> Latin-1 conversion.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 8 May 2005 07:35:23 +0000 (07:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 8 May 2005 07:35:23 +0000 (07:35 +0000)
commitde7e9019dfe1a48e9bae5563152bed76075b850b
treefd1c01fd385e1ca1308da1dd34481ea95440cac5
parentec00e8cfc23cb7d04a9b13730607d6c094446f36
Fixed bug #320: Improve UTF-8 -> Latin-1 conversion.
The yaz_iconv utility now converts several composed UNICODE sequences
to their single code Latin-1 equivalents. This improves the MARC-8
to ISO-8859-1 conversion in that more sequences are correctly converted.
src/siconv.c
test/tsticonv.c