mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 01:01:21 +00:00
[NTUSER] UserIsDBCSEnabled: Vietnamese doesn't use DBCS
CORE-11700
This commit is contained in:
parent
fbab1914a6
commit
173fca6ed6
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ BOOL APIENTRY UserIsDBCSEnabled(VOID)
|
||||||
case LANG_CHINESE:
|
case LANG_CHINESE:
|
||||||
case LANG_JAPANESE:
|
case LANG_JAPANESE:
|
||||||
case LANG_KOREAN:
|
case LANG_KOREAN:
|
||||||
//case LANG_VIETNAMESE: // Are you using double-byte character strings?
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue