mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
preliminary Thai support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1686 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
08825145ee
commit
44a5985e18
@ -1,3 +1,10 @@
|
||||
2001-03-06 Chanop Silpa-Anan <chanop@debian.org>
|
||||
|
||||
* encodings:
|
||||
* languages: add preliminary Thai support
|
||||
|
||||
* kbd/tis620-0.cdef: dummy cdef file
|
||||
|
||||
2001-03-06 Zvezdan Petkovic <zvezdan@cs.wm.edu>
|
||||
|
||||
* encodings: add support for iso8859-5 and cp1251.
|
||||
|
@ -294,3 +294,29 @@ Encoding koi8-u koi8-u
|
||||
041f 042f 0420 0421 0422 0423 0416 0412
|
||||
042c 042b 0417 0428 042d 0429 0427 042a
|
||||
End
|
||||
|
||||
|
||||
Encoding tis620-0 unknown
|
||||
00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
|
||||
10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
|
||||
20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f
|
||||
30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f
|
||||
40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f
|
||||
50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f
|
||||
60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f
|
||||
70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f
|
||||
80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f
|
||||
90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f
|
||||
00a1 0e01 0e02 0e03 0e04 0e05 0e06 0e07
|
||||
0e08 0e09 0e0a 0e0b 0e0c 0e0d 0e0e 0e0f
|
||||
0e10 0e11 0e12 0e13 0e14 0e15 0e16 0e17
|
||||
0e18 0e19 0e1a 0e1b 0e1c 0e1d 0e1e 0e1f
|
||||
0e20 0e21 0e22 0e23 0e24 0e25 0e26 0e27
|
||||
0e28 0e29 0e2a 0e2b 0e2c 0e2d 0e2e 0e2f
|
||||
0e30 0e31 0e32 0e33 0e34 0e35 0e36 0e37
|
||||
0e38 0e39 0e3a 00db 00dc 00de 00de 0e3f
|
||||
0e40 0e41 0e42 0e43 0e44 0e45 0e46 0e47
|
||||
0e48 0e49 0e4a 0e4b 0e4c 0e4d 0e4e 0e4f
|
||||
0e50 0e51 0e52 0e53 0e54 0e55 0e56 0e57
|
||||
0e58 0e59 0e5a 0e5b 00fc 00fd 00fe 00ff
|
||||
End
|
||||
|
10
lib/kbd/tis620-0.cdef
Normal file
10
lib/kbd/tis620-0.cdef
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Character definition file for tis620-0 character set
|
||||
#
|
||||
# Chanop Silpa-Anan <chanop@debian.org>
|
||||
#
|
||||
# It's a dummy almost empty file for now. It works like plain ascii.
|
||||
# Seems to work with straight tis620-0 encoding.
|
||||
#
|
||||
|
||||
160 "\nobreakspace"
|
@ -46,6 +46,7 @@ spanish spanish "Spanish" false iso8859-1 es "\addto\extrasspanish{\bbl@d
|
||||
slovak slovak "Slovak" false iso8859-2 sk_SL ""
|
||||
slovene slovene "Slovene" false iso8859-2 sl_SI ""
|
||||
swedish swedish "Swedish" false iso8859-1 sv_SE ""
|
||||
thai thai "Thai" false tis620-0 th_TH "\usepackage{thswitch}"
|
||||
turkish turkish "Turkish" false iso8859-9 tr ""
|
||||
ukrainian ukrainian "Ukrainian" false koi8-u uk ""
|
||||
usorbian usorbian "Usorbian" false iso8859-2 "" ""
|
||||
|
Loading…
Reference in New Issue
Block a user