From e8d3b54571240e4447c1d6435a87ca85d823cdc2 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 3 Aug 2004 09:43:08 +0000 Subject: [PATCH] add support for icelandic, latvian and lituanian git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8862 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 6 ++++++ lib/encodings | 26 ++++++++++++++++++++++++++ lib/languages | 3 +++ status.13x | 2 ++ 4 files changed, 37 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 9c64f0e722..1fdd59a742 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-06-22 Martin Vermeer + + * encodings: + * languages: implement iso-8859-13 (latin-7) for Latvian and + Lithuanian. Also include Icelandic. + 2004-07-21 Angus Leeming * scripts/lyxpreview2ppm.py: protect arguments of external diff --git a/lib/encodings b/lib/encodings index 28079b3fe6..00b0bbf4de 100644 --- a/lib/encodings +++ b/lib/encodings @@ -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 diff --git a/lib/languages b/lib/languages index 77e443fa5a..046d44c0e6 100644 --- a/lib/languages +++ b/lib/languages @@ -32,9 +32,12 @@ ngerman ngerman "German (new spelling)" false iso8859-1 de "" greek greek "Greek" false iso8859-7 el_GR "" hebrew hebrew "Hebrew" true cp1255 he_IL "" #hungarian hungarian "Hungarian" false iso8859-2 "" "" +icelandic icelandic "Icelandic" false iso8859-1 is_IS "" irish irish "Irish" false iso8859-1 ga_IE "" italian italian "Italian" false iso8859-1 it "" kazakh kazakh "Kazakh" false pt154 kk "" +latvian latvian "Latvian" false iso8859-13 lv_LV "" +lithuanian lithuanian "Lithuanian" false iso8859-13 lt_LT "" lsorbian lsorbian "Lsorbian" false iso8859-2 "" "" # no ISO listing for lsorbian (Garst) magyar magyar "Magyar" false iso8859-2 hu "" diff --git a/status.13x b/status.13x index f4d99acd36..511f2a58bf 100644 --- a/status.13x +++ b/status.13x @@ -22,6 +22,8 @@ What's new - new textclass svglobal, needed for various Springer Verlag journals for which no specific class exists +- add support for icelandic, latvian and lithuanian + - updated basque, danish, german, italian and romanian localizations; updated basque and german documentations