From c72478ce90d83e355ad7782991d20cbbd2664fd3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 9 May 2007 14:37:44 +0000 Subject: FreeBSD fixes - Autoconf: try to locate libraries in /usr/local - Autoconf: Help FreeBSD to locate BerkeleyDB - Autoconf: Search for dlopen in libc library - Autoconf: Support of --disable-bdb option is added to configure script - Fixed compilation with missing dlopen functionality - Suppress various warnings --- examples/rcc-gtk-config.c | 3 --- examples/rcc.xml | 9 --------- examples/rcc.xml.chinese | 28 ++++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 12 deletions(-) create mode 100644 examples/rcc.xml.chinese (limited to 'examples') diff --git a/examples/rcc-gtk-config.c b/examples/rcc-gtk-config.c index 179829c..4d79450 100644 --- a/examples/rcc-gtk-config.c +++ b/examples/rcc-gtk-config.c @@ -11,12 +11,9 @@ static rcc_class classes[] = { { "pl", RCC_CLASS_STANDARD, "id3", NULL, "PlayList Title Encoding", 0}, { "plfs", RCC_CLASS_STANDARD, "pl", NULL, "PlayList File Encoding", 0 }, { "fs", RCC_CLASS_FS, "LC_CTYPE", NULL, "FileSystem Encoding", 0 }, - { "arc", RCC_CLASS_STANDARD, NULL, NULL, "Archives Encoding", 0 }, { "oem", RCC_CLASS_STANDARD, NULL, NULL, "Zip OEM Encoding", 0 }, { "iso", RCC_CLASS_STANDARD, NULL, NULL, "Zip ISO Encoding", 0 }, { "ftp", RCC_CLASS_STANDARD, NULL, NULL, "FTP Encoding", 0 }, - { "http", RCC_CLASS_STANDARD, NULL, NULL, "HTTP Encoding", 0 }, - { "ssh", RCC_CLASS_STANDARD, NULL, NULL, "SSH Encoding", 0 }, { "in", RCC_CLASS_STANDARD, NULL, NULL, "Input Encoding", 0 }, { "out", RCC_CLASS_STANDARD, "LC_CTYPE", NULL, "Output Encoding", 0 }, { NULL } diff --git a/examples/rcc.xml b/examples/rcc.xml index 562f38a..12f667b 100644 --- a/examples/rcc.xml +++ b/examples/rcc.xml @@ -1,15 +1,6 @@ - - Japanese - - UTF-8 - ISO-2022-JP - EUC-JP - SHIFT-JIS - - German diff --git a/examples/rcc.xml.chinese b/examples/rcc.xml.chinese new file mode 100644 index 0000000..0cc914c --- /dev/null +++ b/examples/rcc.xml.chinese @@ -0,0 +1,28 @@ + + + + + Japanese + + UTF-8 + ISO-2022-JP + EUC-JP + SHIFT-JIS + + + + Chinese + + UTF-8 + GB2312 + GB18030 + GBK + ISO-2022-CN + BIG5 + BIG5-HKSCS + EUC-CN + EUC-TW + + + + -- cgit v1.2.3