-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the patch against gcide.xml to fix the issue #1, though still a
workaround.
- Loading branch information
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
*** Shares/gcide_xml-0.51/xml_files/gcide.xml 2015-06-12 05:12:04.000000000 +0800 | ||
--- Downloads/gcide.xml 2015-09-19 10:35:30.467341000 +0800 | ||
*************** | ||
*** 214,247 **** | ||
<!-- Unicode FB00 - FB4F Alphabetic Presentation Forms --> | ||
<!ENTITY filig 'fi'> <!-- ISOpub, latin small ligature fi --> | ||
<!ENTITY fllig 'fl'> <!-- ISOpub, laton small ligature fl --> | ||
<!ENTITY ffllig 'ffl'> <!-- ISOpub, latin small ligature ffl --> | ||
<!-- Unicode FFF0 - FFFF Specials --> | ||
! <!ENTITY Crev_ '�'> | ||
! <!ENTITY aitalic_ '�'> | ||
! <!ENTITY asuml_ '�'> | ||
! <!ENTITY auptack_ '�'> | ||
! <!ENTITY csdot_ '�'> | ||
! <!ENTITY deletemark_ '�'> | ||
! <!ENTITY eitalic_ '�'> | ||
! <!ENTITY euptack_ '�'> | ||
! <!ENTITY iuptack_ '�'> | ||
! <!ENTITY ltilde_ '�'> | ||
! <!ENTITY mtilde_ '�'> | ||
! <!ENTITY ncirc_ '�'> | ||
! <!ENTITY nsmallcap_ '�'> | ||
! <!ENTITY oobreve_ '�'> | ||
! <!ENTITY oomacr_ '�'> | ||
! <!ENTITY ouptack_ '�'> | ||
! <!ENTITY pause_ '�'> | ||
! <!ENTITY thlig_ '�'> | ||
! <!ENTITY unr_ '�'> | ||
! <!ENTITY uuptack_ '�'> | ||
! <!ENTITY withdot_ '�'> | ||
! <!ENTITY ybreve_ '�'> | ||
! <!ENTITY dotted2_ '�'> | ||
! <!ENTITY dotted3_ '�'> | ||
|
||
<!ELEMENT CAPTION (b)*> | ||
<!ELEMENT H1 (#PCDATA)> | ||
<!ELEMENT H2 (#PCDATA)> | ||
<!ELEMENT I (#PCDATA)> | ||
--- 214,247 ---- | ||
<!-- Unicode FB00 - FB4F Alphabetic Presentation Forms --> | ||
<!ENTITY filig 'fi'> <!-- ISOpub, latin small ligature fi --> | ||
<!ENTITY fllig 'fl'> <!-- ISOpub, laton small ligature fl --> | ||
<!ENTITY ffllig 'ffl'> <!-- ISOpub, latin small ligature ffl --> | ||
<!-- Unicode FFF0 - FFFF Specials --> | ||
! <!ENTITY Crev_ ' '> | ||
! <!ENTITY aitalic_ '𝘢'> | ||
! <!ENTITY asuml_ 'a̤'> | ||
! <!ENTITY auptack_ 'a'> | ||
! <!ENTITY csdot_ 'c'> | ||
! <!ENTITY deletemark_ ' '> | ||
! <!ENTITY eitalic_ '𝘦'> | ||
! <!ENTITY euptack_ 'e'> | ||
! <!ENTITY iuptack_ 'i'> | ||
! <!ENTITY ltilde_ 'ɫ'> | ||
! <!ENTITY mtilde_ 'ᵯ'> | ||
! <!ENTITY ncirc_ 'ṋ'> | ||
! <!ENTITY nsmallcap_ 'n'> | ||
! <!ENTITY oobreve_ 'o˘o'> | ||
! <!ENTITY oomacr_ 'o¯o'> | ||
! <!ENTITY ouptack_ 'o'> | ||
! <!ENTITY pause_ ' '> | ||
! <!ENTITY thlig_ 'th'> | ||
! <!ENTITY unr_ 'u'> | ||
! <!ENTITY uuptack_ 'u'> | ||
! <!ENTITY withdot_ '.'> | ||
! <!ENTITY ybreve_ 'y̆'> | ||
! <!ENTITY dotted2_ '..'> | ||
! <!ENTITY dotted3_ '...'> | ||
|
||
<!ELEMENT CAPTION (b)*> | ||
<!ELEMENT H1 (#PCDATA)> | ||
<!ELEMENT H2 (#PCDATA)> | ||
<!ELEMENT I (#PCDATA)> |