mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14942 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8753ffdaa
commit
ded94e69c4
9 changed files with 78 additions and 16 deletions
|
@ -18,6 +18,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
extern const unsigned short iso8859_7_to_uni[];
|
||||
extern const unsigned short cp1250_to_uni[];
|
||||
extern const unsigned short cp1251_to_uni[];
|
||||
extern const unsigned short cp1256_to_uni[];
|
||||
extern const unsigned short iso8859_2_to_uni[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue