mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add proper font encoding to Russian and Ukrainian
This commit is contained in:
parent
5563dc924a
commit
d7cf6ca71b
@ -516,7 +516,7 @@ Language greek
|
|||||||
QuoteStyle french
|
QuoteStyle french
|
||||||
Encoding iso8859-7
|
Encoding iso8859-7
|
||||||
InternalEncoding true
|
InternalEncoding true
|
||||||
FontEncoding "LGR"
|
FontEncoding LGR
|
||||||
LangCode el_GR
|
LangCode el_GR
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -528,7 +528,7 @@ Language polutonikogreek
|
|||||||
QuoteStyle french
|
QuoteStyle french
|
||||||
Encoding iso8859-7
|
Encoding iso8859-7
|
||||||
InternalEncoding true
|
InternalEncoding true
|
||||||
FontEncoding "LGR"
|
FontEncoding LGR
|
||||||
LangCode el_GR
|
LangCode el_GR
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -539,7 +539,7 @@ Language hebrew
|
|||||||
Encoding cp1255
|
Encoding cp1255
|
||||||
QuoteStyle english
|
QuoteStyle english
|
||||||
InternalEncoding true
|
InternalEncoding true
|
||||||
FontEncoding "LHE"
|
FontEncoding LHE
|
||||||
RTL true
|
RTL true
|
||||||
LangCode he_IL
|
LangCode he_IL
|
||||||
End
|
End
|
||||||
@ -812,6 +812,8 @@ Language russian
|
|||||||
PolyglossiaName russian
|
PolyglossiaName russian
|
||||||
QuoteStyle french
|
QuoteStyle french
|
||||||
Encoding koi8-r
|
Encoding koi8-r
|
||||||
|
FontEncoding T2A
|
||||||
|
InternalEncoding true
|
||||||
LangCode ru_RU
|
LangCode ru_RU
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -987,6 +989,8 @@ Language ukrainian
|
|||||||
PolyglossiaName ukrainian
|
PolyglossiaName ukrainian
|
||||||
QuoteStyle french
|
QuoteStyle french
|
||||||
Encoding koi8-u
|
Encoding koi8-u
|
||||||
|
FontEncoding T2A
|
||||||
|
InternalEncoding true
|
||||||
LangCode uk_UA
|
LangCode uk_UA
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user