1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

cellL10n: Small adjustements (#2320)

l10n: Partial jstrnchk
l10n: SBCSstoUTF8s
l10n: Replace fmt::throw_exception() for cellL10n.todo() and
return ConversionOK for String methods, 0 for character methods
and the character itself for specific methods;
This commit is contained in:
Ani 2017-02-08 00:25:10 +00:00 committed by Ivan
parent 1669d0fdbd
commit 6c372d1781
2 changed files with 510 additions and 302 deletions

File diff suppressed because it is too large Load Diff

View File

@ -52,20 +52,26 @@ enum
L10N_CODEPAGE_863,
L10N_CODEPAGE_866,
L10N_CODEPAGE_932,
L10N_SHIFT_JIS,
L10N_CODEPAGE_936,
L10N_GBK,
L10N_CODEPAGE_949,
L10N_UHC,
L10N_CODEPAGE_950,
L10N_BIG5,
L10N_CODEPAGE_1251,
L10N_CODEPAGE_1252,
L10N_EUC_CN,
L10N_EUC_JP,
L10N_EUC_KR,
L10N_ISO_2022_JP,
L10N_JIS,
L10N_ARIB,
L10N_HZ,
L10N_GB18030,
L10N_RIS_506,
//FW 3.10 and above
L10N_MUSIC_SHIFT_JIS,
//FW 3.10 and below
L10N_CODEPAGE_852,
L10N_CODEPAGE_1250,
L10N_CODEPAGE_737,