Marcoen Hirschberg | 71ad5f4 | 2005-12-06 15:17:53 +0000 | [diff] [blame] | 1 | /*************************************************************************** |
| 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 | |
| 20 | extern const unsigned short iso8859_7_to_uni[]; |
| 21 | extern const unsigned short cp1251_to_uni[]; |
Marcoen Hirschberg | 640eeab | 2006-01-10 17:12:33 +0000 | [diff] [blame] | 22 | extern const unsigned short cp1256_to_uni[]; |
Marcoen Hirschberg | 71ad5f4 | 2005-12-06 15:17:53 +0000 | [diff] [blame] | 23 | extern const unsigned short iso8859_2_to_uni[]; |
| 24 | extern const unsigned short cp932_table[]; |
| 25 | extern const unsigned short cp936_table[]; |
| 26 | extern const unsigned short cp949_table[]; |
| 27 | extern const unsigned short cp950_table[]; |
| 28 | |