Update disktidy plugin description to reflect new features (FS#8924 by Robert Menes).
[Rockbox.git] / tools / codepage_tables.h
blob0c0bc019f3af80f3e86ad1076a71debeb259b9c1
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
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[];