mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Latin-7 patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8819 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c842720218
commit
e7d12d308e
@ -1,3 +1,9 @@
|
||||
2004-06-22 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* encodings:
|
||||
languages: implement iso-8859-13 (latin-7) for
|
||||
Latvian and Lithuanian. Also include Icelandic.
|
||||
|
||||
2004-06-09 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Makefile.am (dist_*): Use the dist annotation to clean up the
|
||||
|
@ -186,6 +186,32 @@ Encoding iso8859-9 latin5
|
||||
End
|
||||
|
||||
|
||||
Encoding iso8859-13 l7xenc
|
||||
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
|
||||
00a0 201d 00a2 00a3 00a4 201e 00a6 00a7
|
||||
00d8 00a9 0156 00ab 00ac 00ad 00ae 00c6
|
||||
00b0 00b1 00b2 00b3 201c 00b5 00b6 00b7
|
||||
00f8 00b9 0157 00bb 00bc 00bd 00be 00e6
|
||||
0104 012e 0100 0106 00c4 00c5 0118 0112
|
||||
010c 00c9 0179 0116 0122 0136 012a 013b
|
||||
0160 0143 0145 00d3 014c 00d5 00d6 00d7
|
||||
0172 0141 015a 016a 00dc 017b 017d 00df
|
||||
0105 012f 0101 0107 00e4 00e5 0119 0113
|
||||
010d 00e9 017a 0117 0123 0127 012b 013c
|
||||
0161 0144 0146 00f3 014d 00f5 00f6 00f7
|
||||
0173 0142 015b 016b 00fc 017c 017e 2019
|
||||
End
|
||||
|
||||
|
||||
Encoding iso8859-15 latin9
|
||||
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
|
||||
|
@ -37,6 +37,9 @@ italian italian "Italian" false iso8859-1 it_IT ""
|
||||
kazakh kazakh "Kazakh" false pt154 kk_KZ ""
|
||||
#lsorbian lsorbian "Lsorbian" false iso8859-2 "" ""
|
||||
# no ISO listing for lsorbian (Garst)
|
||||
lithuanian lithuanian "Lithuanian" false iso8859-13 lt_LT ""
|
||||
latvian latvian "Latvian" false iso8859-13 lv_LV ""
|
||||
icelandic icelandic "Icelandic" false iso8859-1 "is_IS" \usepackage[T1]{fontenc}"
|
||||
magyar magyar "Magyar" false iso8859-2 hu_HU ""
|
||||
norsk norsk "Norsk" false iso8859-1 no_NO ""
|
||||
polish polish "Polish" false iso8859-2 pl_PL ""
|
||||
|
Loading…
Reference in New Issue
Block a user