mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.src
PR: 51085 Submitted by: Yamazaki Atsushi <ats@mbi.nifty.com>
This commit is contained in:
parent
40da762194
commit
3e5246ce3e
1 changed files with 5 additions and 6 deletions
|
|
@ -237,10 +237,9 @@ SWIDTH2 0xf2a1 - 0xf2fe
|
|||
SWIDTH2 0xf3a1 - 0xf3fe
|
||||
SWIDTH2 0xf4a1 - 0xf4a4
|
||||
|
||||
/*
|
||||
* This is for Code Set 3, half-width kana
|
||||
/* We don't have codeset 3 and 4.
|
||||
So codeset 3 is only dummy definition
|
||||
*/
|
||||
SPECIAL 0xa1 - 0xdf
|
||||
PHONOGRAM 0xa1 - 0xdf
|
||||
SWIDTH1 0xa1 - 0xdf
|
||||
CONTROL 0x84 - 0x97 0x9b - 0x9f 0xe0 - 0xfe
|
||||
PRINT 0xa1 - 0xfe
|
||||
SPECIAL 0xa1 - 0xfe
|
||||
SWIDTH1 0xa1 - 0xfe
|
||||
|
|
|
|||
Loading…
Reference in a new issue