From a10b9ab2b9b8dcb0c994a80e6e3deae359912f57 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 29 May 1998 18:25:43 +0000 Subject: Adding Greek and Icelandic codepages from : MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Manousaridis Haris and Magnús Gíslason respectively. Jeremy. (This used to be commit 583aeaf350ede4ea3e28124b8d66ab0d335656d9) --- source3/codepages/codepage_def.861 | 135 +++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 source3/codepages/codepage_def.861 (limited to 'source3/codepages/codepage_def.861') diff --git a/source3/codepages/codepage_def.861 b/source3/codepages/codepage_def.861 new file mode 100644 index 0000000000..b73fc576d8 --- /dev/null +++ b/source3/codepages/codepage_def.861 @@ -0,0 +1,135 @@ +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# + +# Codepage definition file for IBM Code Page 861 - MS-DOS Icelandic +# defines lower->upper mapping. +# Written by Magn=FAs G=EDslason +# The columns are : +# lower upper map upper to lower map lower to upper +# + 0x85 0x41 True False # =E0 + 0xA0 0xA4 True True # =E1 =C1 + 0x83 0x41 True False # =E2 + 0x84 0x8E True True # =E4 =C4 + 0x86 0x8F True True # =E5 =C5 + 0x91 0x92 True True # =E6 =C6 + 0x87 0x80 True True # =E7 =C7 + 0x8A 0x45 True False # =E8 + 0x82 0x90 True True # =E9 =C9 + 0x88 0x45 True False # =EA + 0x89 0x45 True False # =EB + 0xA1 0xA5 True True # =ED =CD + 0x8C 0x8B True True # =F0 =D0 + 0xA2 0xA6 True True # =F3 =D3 + 0x93 0x4F True False # =F4 + 0x94 0x99 True True # =F6 =D6 + 0x9B 0x9D True True # =F8 =D8 + 0xA3 0xA7 True True # =FA =DA + 0x96 0x55 True False # =FB + 0x81 0x9A True True # =FC =DC + 0x98 0x97 True True # =FD =DD + 0x95 0x8D True True # =FE =DE + 0x9C 0 False False + 0x9E 0 False False + 0x9F 0 False False + 0xA8 0 False False + 0xA9 0 False False + 0xAA 0 False False + 0xAB 0 False False + 0xAC 0 False False + 0xAD 0 False False + 0xAE 0 False False + 0xAF 0 False False + 0xB0 0 False False + 0xB1 0 False False + 0xB2 0 False False + 0xB3 0 False False + 0xB4 0 False False + 0xB5 0 False False + 0xB6 0 False False + 0xB7 0 False False + 0xB8 0 False False + 0xB9 0 False False + 0xBA 0 False False + 0xBB 0 False False + 0xBC 0 False False + 0xBD 0 False False + 0xBE 0 False False + 0xBF 0 False False + 0xC0 0 False False + 0xC1 0 False False + 0xC2 0 False False + 0xC3 0 False False + 0xC4 0 False False + 0xC5 0 False False + 0xC6 0 False False + 0xC7 0 False False + 0xC8 0 False False + 0xC9 0 False False + 0xCA 0 False False + 0xCB 0 False False + 0xCC 0 False False + 0xCD 0 False False + 0xCE 0 False False + 0xCF 0 False False + 0xD0 0 False False + 0xD1 0 False False + 0xD2 0 False False + 0xD3 0 False False + 0xD4 0 False False + 0xD5 0 False False + 0xD6 0 False False + 0xD7 0 False False + 0xD8 0 False False + 0xD9 0 False False + 0xDA 0 False False + 0xDB 0 False False + 0xDC 0 False False + 0xDD 0 False False + 0xDE 0 False False + 0xDF 0 False False + 0xE0 0 False False + 0xE1 0 False False + 0xE2 0 False False + 0xE3 0 False False + 0xE4 0 False False + 0xE5 0 False False + 0xE6 0 False False + 0xE7 0 False False + 0xE8 0 False False + 0xE9 0 False False + 0xEA 0 False False + 0xEB 0 False False + 0xEC 0 False False + 0xED 0 False False + 0xEE 0 False False + 0xEF 0 False False + 0xF0 0 False False + 0xF1 0 False False + 0xF2 0 False False + 0xF3 0 False False + 0xF4 0 False False + 0xF5 0 False False + 0xF6 0 False False + 0xF7 0 False False + 0xF8 0 False False + 0xF9 0 False False + 0xFA 0 False False + 0xFB 0 False False + 0xFC 0 False False + 0xFD 0 False False + 0xFE 0 False False + 0xFF 0 False False -- cgit