1 /***************************************************************************
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
10 * Copyright (C) 2005 by Frank Dischner
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.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
20 extern const unsigned short iso8859_7_to_uni
[];
21 extern const unsigned short cp1250_to_uni
[];
22 extern const unsigned short cp1251_to_uni
[];
23 extern const unsigned short cp1256_to_uni
[];
24 extern const unsigned short iso8859_2_to_uni
[];
25 extern const unsigned short cp932_table
[];
26 extern const unsigned short cp936_table
[];
27 extern const unsigned short cp949_table
[];
28 extern const unsigned short cp950_table
[];