junidecode/src/main/java/net/sf/junidecode/X03.java

294 lines
7.0 KiB
Java

/*
* Copyright (c) 2009, Giuseppe Cardone
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the author nor the names of the contributors may be
* used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY GIUSEPPE CARDONE ''AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL GIUSEPPE CARDONE BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
package net.sf.junidecode;
/**
* Character map for Unicode characters with codepoint U+03xx.
* @author Giuseppe Cardone
* @version 0.1
*/
class X03 {
public static final String[] map = new String[]{
"", // 0x00
"", // 0x01
"", // 0x02
"", // 0x03
"", // 0x04
"", // 0x05
"", // 0x06
"", // 0x07
"", // 0x08
"", // 0x09
"", // 0x0a
"", // 0x0b
"", // 0x0c
"", // 0x0d
"", // 0x0e
"", // 0x0f
"", // 0x10
"", // 0x11
"", // 0x12
"", // 0x13
"", // 0x14
"", // 0x15
"", // 0x16
"", // 0x17
"", // 0x18
"", // 0x19
"", // 0x1a
"", // 0x1b
"", // 0x1c
"", // 0x1d
"", // 0x1e
"", // 0x1f
"", // 0x20
"", // 0x21
"", // 0x22
"", // 0x23
"", // 0x24
"", // 0x25
"", // 0x26
"", // 0x27
"", // 0x28
"", // 0x29
"", // 0x2a
"", // 0x2b
"", // 0x2c
"", // 0x2d
"", // 0x2e
"", // 0x2f
"", // 0x30
"", // 0x31
"", // 0x32
"", // 0x33
"", // 0x34
"", // 0x35
"", // 0x36
"", // 0x37
"", // 0x38
"", // 0x39
"", // 0x3a
"", // 0x3b
"", // 0x3c
"", // 0x3d
"", // 0x3e
"", // 0x3f
"", // 0x40
"", // 0x41
"", // 0x42
"", // 0x43
"", // 0x44
"", // 0x45
"", // 0x46
"", // 0x47
"", // 0x48
"", // 0x49
"", // 0x4a
"", // 0x4b
"", // 0x4c
"", // 0x4d
"", // 0x4e
"[?]", // 0x4f
"[?]", // 0x50
"[?]", // 0x51
"[?]", // 0x52
"[?]", // 0x53
"[?]", // 0x54
"[?]", // 0x55
"[?]", // 0x56
"[?]", // 0x57
"[?]", // 0x58
"[?]", // 0x59
"[?]", // 0x5a
"[?]", // 0x5b
"[?]", // 0x5c
"[?]", // 0x5d
"[?]", // 0x5e
"[?]", // 0x5f
"", // 0x60
"", // 0x61
"", // 0x62
"[?]", // 0x63
"[?]", // 0x64
"[?]", // 0x65
"[?]", // 0x66
"[?]", // 0x67
"[?]", // 0x68
"[?]", // 0x69
"[?]", // 0x6a
"[?]", // 0x6b
"[?]", // 0x6c
"[?]", // 0x6d
"[?]", // 0x6e
"[?]", // 0x6f
"[?]", // 0x70
"[?]", // 0x71
"[?]", // 0x72
"[?]", // 0x73
"\'", // 0x74
",", // 0x75
"[?]", // 0x76
"[?]", // 0x77
"[?]", // 0x78
"[?]", // 0x79
"", // 0x7a
"[?]", // 0x7b
"[?]", // 0x7c
"[?]", // 0x7d
"?", // 0x7e
"[?]", // 0x7f
"[?]", // 0x80
"[?]", // 0x81
"[?]", // 0x82
"[?]", // 0x83
"", // 0x84
"", // 0x85
"A", // 0x86
";", // 0x87
"E", // 0x88
"E", // 0x89
"I", // 0x8a
"[?]", // 0x8b
"O", // 0x8c
"[?]", // 0x8d
"U", // 0x8e
"O", // 0x8f
"I", // 0x90
"A", // 0x91
"B", // 0x92
"G", // 0x93
"D", // 0x94
"E", // 0x95
"Z", // 0x96
"E", // 0x97
"Th", // 0x98
"I", // 0x99
"K", // 0x9a
"L", // 0x9b
"M", // 0x9c
"N", // 0x9d
"Ks", // 0x9e
"O", // 0x9f
"P", // 0xa0
"R", // 0xa1
"[?]", // 0xa2
"S", // 0xa3
"T", // 0xa4
"U", // 0xa5
"Ph", // 0xa6
"Kh", // 0xa7
"Ps", // 0xa8
"O", // 0xa9
"I", // 0xaa
"U", // 0xab
"a", // 0xac
"e", // 0xad
"e", // 0xae
"i", // 0xaf
"u", // 0xb0
"a", // 0xb1
"b", // 0xb2
"g", // 0xb3
"d", // 0xb4
"e", // 0xb5
"z", // 0xb6
"e", // 0xb7
"th", // 0xb8
"i", // 0xb9
"k", // 0xba
"l", // 0xbb
"m", // 0xbc
"n", // 0xbd
"x", // 0xbe
"o", // 0xbf
"p", // 0xc0
"r", // 0xc1
"s", // 0xc2
"s", // 0xc3
"t", // 0xc4
"u", // 0xc5
"ph", // 0xc6
"kh", // 0xc7
"ps", // 0xc8
"o", // 0xc9
"i", // 0xca
"u", // 0xcb
"o", // 0xcc
"u", // 0xcd
"o", // 0xce
"[?]", // 0xcf
"b", // 0xd0
"th", // 0xd1
"U", // 0xd2
"U", // 0xd3
"U", // 0xd4
"ph", // 0xd5
"p", // 0xd6
"&", // 0xd7
"[?]", // 0xd8
"[?]", // 0xd9
"St", // 0xda
"st", // 0xdb
"W", // 0xdc
"w", // 0xdd
"Q", // 0xde
"q", // 0xdf
"Sp", // 0xe0
"sp", // 0xe1
"Sh", // 0xe2
"sh", // 0xe3
"F", // 0xe4
"f", // 0xe5
"Kh", // 0xe6
"kh", // 0xe7
"H", // 0xe8
"h", // 0xe9
"G", // 0xea
"g", // 0xeb
"CH", // 0xec
"ch", // 0xed
"Ti", // 0xee
"ti", // 0xef
"k", // 0xf0
"r", // 0xf1
"c", // 0xf2
"j", // 0xf3
"[?]", // 0xf4
"[?]", // 0xf5
"[?]", // 0xf6
"[?]", // 0xf7
"[?]", // 0xf8
"[?]", // 0xf9
"[?]", // 0xfa
"[?]", // 0xfb
"[?]", // 0xfc
"[?]", // 0xfd
"[?]" // 0xfe
};
}