Trim ja orthography of a couple codepoints not found in kochi fonts
This commit is contained in:
parent
1a0ee1e7c1
commit
6864f62792
|
@ -375,7 +375,7 @@ static const FcCharLeaf leaves[585] = {
|
|||
} },
|
||||
{ { /* 87 */
|
||||
0x85740217, 0x9c840402, 0x14157bfb, 0x11e27f24,
|
||||
0x02efb665, 0x20ff1f75, 0x38403a70, 0x676326c3,
|
||||
0x02efb665, 0x20ff1f75, 0x28403a70, 0x676326c3,
|
||||
} },
|
||||
{ { /* 88 */
|
||||
0x20924dd9, 0x0fc946b0, 0x4850bc98, 0xa03f8638,
|
||||
|
@ -503,7 +503,7 @@ static const FcCharLeaf leaves[585] = {
|
|||
} },
|
||||
{ { /* 119 */
|
||||
0x16100200, 0x10400042, 0x02605200, 0x200052f4,
|
||||
0x82308510, 0x42021100, 0x80b54308, 0x9a2070e1,
|
||||
0x80308510, 0x42021100, 0x80b54308, 0x9a2070e1,
|
||||
} },
|
||||
{ { /* 120 */
|
||||
0x08012040, 0xfc653500, 0xab0419c1, 0x62140286,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $XFree86$
|
||||
# $XFree86: xc/lib/fontconfig/fc-lang/ja.orth,v 1.2 2002/07/06 23:59:15 keithp Exp $
|
||||
#
|
||||
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||
#
|
||||
|
@ -586,7 +586,7 @@
|
|||
0x51CD # <CJK>
|
||||
0x51D6 # <CJK>
|
||||
0x51DB # <CJK>
|
||||
0x51DC # <CJK>
|
||||
#0x51DC # <CJK> # not in kochi fonts
|
||||
0x51DD # <CJK>
|
||||
0x51E0 # <CJK>
|
||||
0x51E1 # <CJK>
|
||||
|
@ -3278,7 +3278,7 @@
|
|||
0x718F # <CJK>
|
||||
0x7194 # <CJK>
|
||||
0x7195 # <CJK>
|
||||
0x7199 # <CJK>
|
||||
#0x7199 # <CJK> # not in kochi fonts
|
||||
0x719F # <CJK>
|
||||
0x71A8 # <CJK>
|
||||
0x71AC # <CJK>
|
||||
|
|
Loading…
Reference in New Issue