]> git.lyx.org Git - lyx.git/blobdiff - lib/encodings
update ImageMagick version in windows installer because I really can not find the...
[lyx.git] / lib / encodings
index db90f31121d7be5605b4a9c29c0934585ecb196a..b05138119f6c7df0096b74eca2160066b87906ff 100644 (file)
@@ -1,6 +1,11 @@
 # FIXME: Have a look at the encodings known by the inputenc package and add
 # missing ones. Caution: File format change!
 
+# Note that you can only add single byte encodings to this file without
+# changing some C++ code.
+# The only multibyte encoding that is currently supported is utf8, and this
+# support is hardcoded to the iconv name "UTF-8".
+
 # Order of names: LyX name LaTeX name iconv name
 
 Encoding utf8 utf8 UTF-8
@@ -114,3 +119,7 @@ End
 
 Encoding pt254 pt254 PT254
 End
+
+# Pure 7bit ASCII encoding (partially hardcoded in LyX)
+Encoding ascii ascii ascii
+End