blob: 4e16ec51504eaf18df95afe11560dc49eb3c154f [file] [log] [blame]
Marcoen Hirschberg71ad5f42005-12-06 15:17:53 +00001/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 *
10 * Copyright (C) 2005 by Frank Dischner
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20extern const unsigned short iso8859_7_to_uni[];
21extern const unsigned short cp1251_to_uni[];
Marcoen Hirschberg640eeab2006-01-10 17:12:33 +000022extern const unsigned short cp1256_to_uni[];
Marcoen Hirschberg71ad5f42005-12-06 15:17:53 +000023extern const unsigned short iso8859_2_to_uni[];
24extern const unsigned short cp932_table[];
25extern const unsigned short cp936_table[];
26extern const unsigned short cp949_table[];
27extern const unsigned short cp950_table[];
28