]> granicus.if.org Git - postgresql/commit
Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 20 Mar 2008 10:50:35 +0000 (10:50 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 20 Mar 2008 10:50:35 +0000 (10:50 +0000)
commitb775a3257b33bb22eca6ea77d3f49b2f14e2b732
tree77d37eb225d7febf4409f284526dbac311e164ed
parent90f58833638e4a0f5a0f62ff29f7e98d5a6ade83
Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the
ISO_8859-5 <-> MULE_INTERNAL conversion tables.

This was discovered when trying to convert a string containing those characters
from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R as an
intermediate encoding between those two.

While the missing "Yo" was just an omission in the conversion tables, there are
a few other characters like the "Numero" sign ("No" as a single character) that
exists in all the other cyrillic encodings (win1251, ISO_8859-5 and cp866), but
not in KOI8R. Added comments about that.

Patch by Sergey Burladyan. Back-patch to 7.4.
src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c