mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Ooops. Bring back the full set of codepages for bitmap targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12991 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
738c37cdcf
commit
c67c892cd3
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
#include "file.h"
|
||||
#include "debug.h"
|
||||
#include "rbunicode.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
|
@ -170,7 +171,7 @@ unsigned char* iso_decode(const unsigned char *iso, unsigned char *utf8,
|
|||
|
||||
case GB_2312: /* Simplified Chinese */
|
||||
case KSX_1001: /* Korean */
|
||||
case BIG5: /* Traditional Chinese */
|
||||
case BIG_5: /* Traditional Chinese */
|
||||
if (count < 1 || !iso[1]) {
|
||||
ucs = *iso++;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue