Bug #4 The last entry for the terminator should not be 0xfffa, but 0xfffb.
This commit is contained in:
parent
4d3520610e
commit
3d72cadda1
|
@ -297,7 +297,7 @@
|
||||||
<int>0xffa0</int> <!-- HALFWIDTH HANGUL FILLER -->
|
<int>0xffa0</int> <!-- HALFWIDTH HANGUL FILLER -->
|
||||||
<int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
|
<int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
|
||||||
<int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
|
<int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
|
||||||
<int>0xfffa</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
|
<int>0xfffb</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
|
||||||
</blank>
|
</blank>
|
||||||
<!--
|
<!--
|
||||||
Rescan configuration every 30 seconds when FcFontSetList is called
|
Rescan configuration every 30 seconds when FcFontSetList is called
|
||||||
|
|
Loading…
Reference in New Issue