mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
2c9178ecfd
commit
10403b7959
@ -204,7 +204,7 @@ bool Encoding::encodable(char_type c) const
|
|||||||
return true;
|
return true;
|
||||||
// platex does not load inputenc: force conversion of supported characters
|
// platex does not load inputenc: force conversion of supported characters
|
||||||
if (package_ == Encoding::japanese
|
if (package_ == Encoding::japanese
|
||||||
&& ((0xb7 <= c && c <= 0x058f) // Latin-1 Supplement ... Armenian
|
&& ((0xb7 <= c && c <= 0x05ff) // Latin-1 Supplement ... Hebrew
|
||||||
|| (0x1d00 <= c && c <= 0x218f) // Phonetic Extensions ... Number Forms
|
|| (0x1d00 <= c && c <= 0x218f) // Phonetic Extensions ... Number Forms
|
||||||
|| (0x2193 <= c && c <= 0x2aff) // Arrows ... Supplemental Mathematical Operators
|
|| (0x2193 <= c && c <= 0x2aff) // Arrows ... Supplemental Mathematical Operators
|
||||||
|| (0xfb00 <= c && c <= 0xfb4f) // Alphabetic Presentation Forms
|
|| (0xfb00 <= c && c <= 0xfb4f) // Alphabetic Presentation Forms
|
||||||
|
Loading…
Reference in New Issue
Block a user