mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Hebrew documentation files: set the encoding explicitly to "cp1255" since the default would be "latin9,cp1255" due to the English parts in these files and that won't load cp1255 completely.
This behavior is new since some encoding updates at CTAN and I don't know why this is the case. using only "cp1255" will encode latin text correctly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30829 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d9610c3cb5
commit
8d6dea3be9
@ -18,6 +18,7 @@ Function UpdateModifiedFiles
|
||||
SetOutPath "$INSTDIR\Resources\doc"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\ca"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\da"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\he"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\nb"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\ro"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\sk"
|
||||
|
@ -20,7 +20,7 @@
|
||||
\end_preamble
|
||||
\use_default_options false
|
||||
\language hebrew
|
||||
\inputencoding auto
|
||||
\inputencoding cp1255
|
||||
\font_roman default
|
||||
\font_sans default
|
||||
\font_typewriter default
|
||||
|
@ -1,4 +1,4 @@
|
||||
#LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -30,7 +30,7 @@
|
||||
\end_preamble
|
||||
\use_default_options false
|
||||
\language hebrew
|
||||
\inputencoding auto
|
||||
\inputencoding cp1255
|
||||
\font_roman default
|
||||
\font_sans default
|
||||
\font_typewriter default
|
||||
@ -86,7 +86,7 @@ status collapsed
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -286,6 +286,9 @@ What's new
|
||||
- Fix icon image files so that they appear correctly when the
|
||||
documentation files are converted to DVI (bug 5945).
|
||||
|
||||
- Fix encoding of the Hebrew documentation files to make them
|
||||
compilable.
|
||||
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user