From 35381569403e90b8d34b223f524519521bc81598 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 27 Jun 2007 09:28:22 +0000 Subject: Engines rework - LibGuess support for far east language autodetection - Support for LibRCD 0.1.9 supporting ISO-8859-1 strings - Fixing wrong encodings names returned by Enca - Engine plugins naming scheme is altered - New API functions: rccEngineGetInfo, rccEngineGetAutoCharsetByName - Most of languages are no more hardcoded, but moved to the configuration - RCD engine is added to Belarusian language (I hope it should work) - Some encoding names are fixed in configuration - Support for external libiconv - Support for libcharset - Find UI interface language from LC_MESSAGES locale - Simple compilation fix (Thanx to D. Panov) --- examples/rcc.xml.eastern | 107 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 examples/rcc.xml.eastern (limited to 'examples/rcc.xml.eastern') diff --git a/examples/rcc.xml.eastern b/examples/rcc.xml.eastern new file mode 100644 index 0000000..52fbfcb --- /dev/null +++ b/examples/rcc.xml.eastern @@ -0,0 +1,107 @@ + + + + + + CP1251 + UTF-8 + ISO-8859-1 + IBM855 + MACCYRILLIC + ISO-IR-111 + + + + + CP1250 + UTF-8 + ISO-8859-2 + IBM852 + MACCENTRALEUROPE + CSKOI8R + + + + + CP1257 + UTF-8 + ISO-8859-4 + ISO-8859-13 + IBM755 + MACCENTRALEUROPE + BALTIC + + + + + CP1250 + UTF-8 + ISO-8859-2 + IBM852 + MACCENTRALEUROPE + + + + + CP1250 + UTF-8 + ISO-8859-2 + IBM852 + MACCENTRALEUROPE + + + + + CP1257 + UTF-8 + ISO-8859-4 + ISO-8859-13 + IBM755 + MACCENTRALEUROPE + BALTIC + + + + + CP1257 + UTF-8 + ISO-8859-4 + ISO-8859-13 + IBM755 + MACCENTRALEUROPE + BALTIC + + + + + CP1250 + UTF-8 + ISO-8859-2 + ISO-8859-13 + ISO-8859-16 + IBM852 + MACCENTRALEUROPE + BALTIC + + + + + CP1250 + UTF-8 + ISO-8859-2 + IBM852 + MACCENTRALEUROPE + CSKOI8R + + + + + CP1250 + UTF-8 + ISO-8859-2 + IBM852 + MACCENTRALEUROPE + + + + \ No newline at end of file -- cgit v1.2.3