1*91e1e26aSAlexander Pyhalov# 2*91e1e26aSAlexander Pyhalov# CDDL HEADER START 3*91e1e26aSAlexander Pyhalov# 4*91e1e26aSAlexander Pyhalov# The contents of this file are subject to the terms of the 5*91e1e26aSAlexander Pyhalov# Common Development and Distribution License (the "License"). 6*91e1e26aSAlexander Pyhalov# You may not use this file except in compliance with the License. 7*91e1e26aSAlexander Pyhalov# 8*91e1e26aSAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE 9*91e1e26aSAlexander Pyhalov# or http://www.opensolaris.org/os/licensing. 10*91e1e26aSAlexander Pyhalov# See the License for the specific language governing permissions 11*91e1e26aSAlexander Pyhalov# and limitations under the License. 12*91e1e26aSAlexander Pyhalov# 13*91e1e26aSAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each 14*91e1e26aSAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE. 15*91e1e26aSAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the 16*91e1e26aSAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying 17*91e1e26aSAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner] 18*91e1e26aSAlexander Pyhalov# 19*91e1e26aSAlexander Pyhalov# CDDL HEADER END 20*91e1e26aSAlexander Pyhalov# 21*91e1e26aSAlexander Pyhalov# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 22*91e1e26aSAlexander Pyhalov# 23*91e1e26aSAlexander Pyhalov# Alias Canonical 24*91e1e26aSAlexander PyhalovISO8859-1 8859-1 25*91e1e26aSAlexander PyhalovISO-8859-1 8859-1 26*91e1e26aSAlexander PyhalovISO8859_1 8859-1 27*91e1e26aSAlexander PyhalovISO_8859_1 8859-1 28*91e1e26aSAlexander PyhalovISO8859-15 8859-15 29*91e1e26aSAlexander PyhalovISO-8859-15 8859-15 30*91e1e26aSAlexander PyhalovISO8859_15 8859-15 31*91e1e26aSAlexander PyhalovISO_8859_15 8859-15 32*91e1e26aSAlexander PyhalovPCK PCK 33*91e1e26aSAlexander PyhalovSJIS PCK 34*91e1e26aSAlexander PyhalovShift_JIS PCK 35*91e1e26aSAlexander PyhalovSHIFT-JIS PCK 36*91e1e26aSAlexander PyhalovShiftJIS PCK 37*91e1e26aSAlexander PyhaloveucJP eucJP 38*91e1e26aSAlexander PyhalovEUC-JP eucJP 39*91e1e26aSAlexander PyhalovEUC_JP eucJP 40*91e1e26aSAlexander PyhalovISO-2022-JP ISO-2022-JP 41*91e1e26aSAlexander PyhalovISO_2022_JP ISO-2022-JP 42*91e1e26aSAlexander PyhalovISO2022JP ISO-2022-JP 43*91e1e26aSAlexander PyhalovISO-2022JP ISO-2022-JP 44*91e1e26aSAlexander PyhalovISO_2022JP ISO-2022-JP 45*91e1e26aSAlexander PyhalovISO2022-JP ISO-2022-JP 46*91e1e26aSAlexander PyhalovISO2022_JP ISO-2022-JP 47*91e1e26aSAlexander PyhalovEUC-JP-MS eucJP-ms 48*91e1e26aSAlexander PyhalovUTF-8 UTF-8 49*91e1e26aSAlexander PyhalovUTF8 UTF-8 50*91e1e26aSAlexander PyhalovUTF_8 UTF-8 51*91e1e26aSAlexander PyhalovUTF-16 UTF-16 52*91e1e26aSAlexander PyhalovUTF16 UTF-16 53*91e1e26aSAlexander PyhalovUTF_16 UTF-16 54*91e1e26aSAlexander PyhalovUTF-16BE UTF-16BE 55*91e1e26aSAlexander PyhalovUTF16BE UTF-16BE 56*91e1e26aSAlexander PyhalovUTF_16BE UTF-16BE 57*91e1e26aSAlexander PyhalovUTF-16LE UTF-16LE 58*91e1e26aSAlexander PyhalovUTF16LE UTF-16LE 59*91e1e26aSAlexander PyhalovUTF_16LE UTF-16LE 60*91e1e26aSAlexander PyhalovUTF-32 UTF-32 61*91e1e26aSAlexander PyhalovUTF32 UTF-32 62*91e1e26aSAlexander PyhalovUTF_32 UTF-32 63*91e1e26aSAlexander PyhalovUTF-32BE UTF-32BE 64*91e1e26aSAlexander PyhalovUTF32BE UTF-32BE 65*91e1e26aSAlexander PyhalovUTF_32BE UTF-32BE 66*91e1e26aSAlexander PyhalovUTF-32LE UTF-32LE 67*91e1e26aSAlexander PyhalovUTF32LE UTF-32LE 68*91e1e26aSAlexander PyhalovUTF_32LE UTF-32LE 69*91e1e26aSAlexander PyhalovGB18030 zh_CN.gbk 70*91e1e26aSAlexander PyhalovGB-18030 zh_CN.gbk 71*91e1e26aSAlexander PyhalovGB_18030 zh_CN.gbk 72*91e1e26aSAlexander PyhalovGB2312 zh_CN.euc 73*91e1e26aSAlexander PyhalovGB-2312 zh_CN.euc 74*91e1e26aSAlexander PyhalovGB_2312 zh_CN.euc 75*91e1e26aSAlexander PyhalovEUC-CN zh_CN.euc 76*91e1e26aSAlexander PyhalovEUC_CN zh_CN.euc 77*91e1e26aSAlexander PyhaloveucCN zh_CN.euc 78*91e1e26aSAlexander PyhalovGBK zh_CN.gbk 79*91e1e26aSAlexander Pyhalovzh_CN.gb18030 zh_CN.gbk 80*91e1e26aSAlexander Pyhalovzh_CN.iso2022-7 zh_CN.iso2022-CN 81*91e1e26aSAlexander PyhalovEUC-KR EUC-KR 82*91e1e26aSAlexander PyhalovEUC_KR EUC-KR 83*91e1e26aSAlexander PyhalovISO-2022-KR ko_KR-iso2022-7 84*91e1e26aSAlexander PyhalovISO_2022_KR ko_KR-iso2022-7 85*91e1e26aSAlexander PyhalovISO2022KR ko_KR-iso2022-7 86*91e1e26aSAlexander PyhalovISO-2022KR ko_KR-iso2022-7 87*91e1e26aSAlexander PyhalovISO_2022KR ko_KR-iso2022-7 88*91e1e26aSAlexander PyhalovISO2022-KR ko_KR-iso2022-7 89*91e1e26aSAlexander PyhalovISO2022_KR ko_KR-iso2022-7 90*91e1e26aSAlexander PyhalovWansung ko_KR-euc 91*91e1e26aSAlexander PyhaloveucKR ko_KR-euc 92*91e1e26aSAlexander PyhalovJOHAB ko_KR.johap92 93*91e1e26aSAlexander PyhalovJOHAP ko_KR.johap92 94*91e1e26aSAlexander Pyhalov5601 ko_KR-euc 95*91e1e26aSAlexander PyhalovKSC5601 ko_KR-euc 96*91e1e26aSAlexander Pyhalovko_KR.euc ko_KR-euc 97*91e1e26aSAlexander Pyhalovko_KR.johap ko_KR-johap 98*91e1e26aSAlexander Pyhalovko_KR.johap92 ko_KR-johap92 99*91e1e26aSAlexander Pyhalovko_KR.iso2022-7 ko_KR-iso2022-7 100*91e1e26aSAlexander Pyhalovko_KR.nbyte ko_KR-nbyte 101*91e1e26aSAlexander Pyhalovko_KR.cp933 ko_KR-cp933 102*91e1e26aSAlexander Pyhalovko_KR.cp949 ko_KR-cp949 103*91e1e26aSAlexander PyhalovUnifiedHangul ko_KR-cp949 104*91e1e26aSAlexander PyhalovUHC ko_KR-cp949 105*91e1e26aSAlexander PyhalovCP949 ko_KR-cp949 106*91e1e26aSAlexander PyhalovBIG5 zh_TW-big5 107*91e1e26aSAlexander PyhalovBIG-5 zh_TW-big5 108*91e1e26aSAlexander PyhalovBIG_5 zh_TW-big5 109*91e1e26aSAlexander PyhalovEUC-TW zh_TW-euc 110*91e1e26aSAlexander PyhalovEUC_TW zh_TW-euc 111*91e1e26aSAlexander PyhaloveucTW zh_TW-euc 112*91e1e26aSAlexander PyhalovCNS11643 zh_TW-euc 113*91e1e26aSAlexander PyhalovCNS-11643 zh_TW-euc 114*91e1e26aSAlexander PyhalovCNS_11643 zh_TW-euc 115*91e1e26aSAlexander PyhalovBIG5P zh_TW-big5p 116*91e1e26aSAlexander PyhalovBIG5Plus zh_TW-big5p 117*91e1e26aSAlexander PyhalovBIG5-Plus zh_TW-big5p 118*91e1e26aSAlexander PyhalovBIG5_Plus zh_TW-big5p 119*91e1e26aSAlexander PyhalovBIG-5-Plus zh_TW-big5p 120*91e1e26aSAlexander PyhalovBIG_5_Plus zh_TW-big5p 121*91e1e26aSAlexander PyhalovBIG-5Plus zh_TW-big5p 122*91e1e26aSAlexander PyhalovBIG_5Plus zh_TW-big5p 123*91e1e26aSAlexander Pyhalovzh_TW.iso2022-CN-EXT zh_TW-iso2022-CN-EXT 124*91e1e26aSAlexander Pyhalovzh_TW.big5 zh_TW-big5 125*91e1e26aSAlexander Pyhalovzh_TW.big5p zh_TW-big5p 126*91e1e26aSAlexander Pyhalovzh_TW.euc zh_TW-euc 127*91e1e26aSAlexander Pyhalovzh_TW.iso2022-7 zh_TW-iso2022-7 128*91e1e26aSAlexander Pyhalovzh_TW.iso2022-CN zh_TW-iso2022-7 129*91e1e26aSAlexander Pyhalovzh_TW-iso2022-CN zh_TW-iso2022-7 130*91e1e26aSAlexander Pyhalovzh_TW.cp937 zh_TW-cp937 131*91e1e26aSAlexander PyhalovBig5HKSCS zh_HK.hkscs 132*91e1e26aSAlexander PyhalovBig-5HKSCS zh_HK.hkscs 133*91e1e26aSAlexander PyhalovBig_5HKSCS zh_HK.hkscs 134*91e1e26aSAlexander PyhalovBig5-HKSCS zh_HK.hkscs 135*91e1e26aSAlexander PyhalovBig5_HKSCS zh_HK.hkscs 136*91e1e26aSAlexander PyhalovBig-5-HKSCS zh_HK.hkscs 137*91e1e26aSAlexander PyhalovBig_5_HKSCS zh_HK.hkscs 138*91e1e26aSAlexander PyhalovBig5HK zh_HK.hkscs 139*91e1e26aSAlexander PyhalovBig-5HK zh_HK.hkscs 140*91e1e26aSAlexander PyhalovBig_5HK zh_HK.hkscs 141*91e1e26aSAlexander PyhalovBig-5-HK zh_HK.hkscs 142*91e1e26aSAlexander PyhalovBig_5_HK zh_HK.hkscs 143*91e1e26aSAlexander Pyhalovzh_HK.big5hk zh_HK.hkscs 144*91e1e26aSAlexander Pyhalovzh_HK-big5hk zh_HK.hkscs 145*91e1e26aSAlexander PyhalovISO8859-2 8859-2 146*91e1e26aSAlexander PyhalovISO8859_2 8859-2 147*91e1e26aSAlexander PyhalovISO-8859-2 8859-2 148*91e1e26aSAlexander PyhalovISO_8859_2 8859-2 149*91e1e26aSAlexander Pyhaloviso2 8859-2 150*91e1e26aSAlexander PyhalovISO8859-5 8859-5 151*91e1e26aSAlexander PyhalovISO8859_5 8859-5 152*91e1e26aSAlexander PyhalovISO-8859-5 8859-5 153*91e1e26aSAlexander PyhalovISO_8859_5 8859-5 154*91e1e26aSAlexander Pyhaloviso5 8859-5 155*91e1e26aSAlexander PyhalovISO8859-6 8859-6 156*91e1e26aSAlexander PyhalovISO8859_6 8859-6 157*91e1e26aSAlexander PyhalovISO-8859-6 8859-6 158*91e1e26aSAlexander PyhalovISO_8859_6 8859-6 159*91e1e26aSAlexander PyhalovISO8859-7 8859-7 160*91e1e26aSAlexander PyhalovISO8859_7 8859-7 161*91e1e26aSAlexander PyhalovISO-8859-7 8859-7 162*91e1e26aSAlexander PyhalovISO_8859_7 8859-7 163*91e1e26aSAlexander PyhalovISO8859-9 8859-9 164*91e1e26aSAlexander PyhalovISO8859_9 8859-9 165*91e1e26aSAlexander PyhalovISO-8859-9 8859-9 166*91e1e26aSAlexander PyhalovISO_8859_9 8859-9 167*91e1e26aSAlexander PyhalovISO8859-11 eucTH 168*91e1e26aSAlexander PyhalovISO8859_11 eucTH 169*91e1e26aSAlexander PyhalovISO-8859-11 eucTH 170*91e1e26aSAlexander PyhalovISO_8859_11 eucTH 171*91e1e26aSAlexander Pyhalov8859-11 eucTH 172*91e1e26aSAlexander Pyhalov8859_11 eucTH 173*91e1e26aSAlexander PyhalovISO8859-13 8859-13 174*91e1e26aSAlexander PyhalovISO8859_13 8859-13 175*91e1e26aSAlexander PyhalovISO-8859-13 8859-13 176*91e1e26aSAlexander PyhalovISO_8859_13 8859-13 177*91e1e26aSAlexander PyhalovTIS-620 eucTH 178*91e1e26aSAlexander PyhalovTIS_620 eucTH 179*91e1e26aSAlexander PyhalovTIS620 eucTH 180*91e1e26aSAlexander PyhalovTIS620.2533 eucTH 181*91e1e26aSAlexander PyhalovTIS620:2533 eucTH 182*91e1e26aSAlexander PyhalovTIS620-2533 eucTH 183*91e1e26aSAlexander PyhalovTIS620_2533 eucTH 184*91e1e26aSAlexander PyhaloveucTH eucTH 185*91e1e26aSAlexander PyhalovEUC-TH eucTH 186*91e1e26aSAlexander PyhalovEUC_TH eucTH 187*91e1e26aSAlexander PyhalovKOI8-R KOI8-R 188*91e1e26aSAlexander PyhalovKOI8_R KOI8-R 189*91e1e26aSAlexander PyhalovKOI8R KOI8-R 190*91e1e26aSAlexander PyhalovKOI8 KOI8-R 191*91e1e26aSAlexander PyhalovISCII iscii91 192*91e1e26aSAlexander PyhalovISCII91 iscii91 193*91e1e26aSAlexander PyhalovISO8859-3 8859-3 194*91e1e26aSAlexander PyhalovISO8859_3 8859-3 195*91e1e26aSAlexander PyhalovISO-8859-3 8859-3 196*91e1e26aSAlexander PyhalovISO_8859_3 8859-3 197*91e1e26aSAlexander PyhalovISO8859-4 8859-4 198*91e1e26aSAlexander PyhalovISO8859_4 8859-4 199*91e1e26aSAlexander PyhalovISO-8859-4 8859-4 200*91e1e26aSAlexander PyhalovISO_8859_4 8859-4 201*91e1e26aSAlexander PyhalovISO8859-8 8859-8 202*91e1e26aSAlexander PyhalovISO8859_8 8859-8 203*91e1e26aSAlexander PyhalovISO-8859-8 8859-8 204*91e1e26aSAlexander PyhalovISO_8859_8 8859-8 205*91e1e26aSAlexander PyhalovISO8859-10 8859-10 206*91e1e26aSAlexander PyhalovISO8859_10 8859-10 207*91e1e26aSAlexander PyhalovISO-8859-10 8859-10 208*91e1e26aSAlexander PyhalovISO_8859_10 8859-10 209*91e1e26aSAlexander PyhalovISO8859-14 8859-14 210*91e1e26aSAlexander PyhalovISO8859_14 8859-14 211*91e1e26aSAlexander PyhalovISO-8859-14 8859-14 212*91e1e26aSAlexander PyhalovISO_8859_14 8859-14 213*91e1e26aSAlexander PyhalovISO8859-16 8859-16 214*91e1e26aSAlexander PyhalovISO8859_16 8859-16 215*91e1e26aSAlexander PyhalovISO-8859-16 8859-16 216*91e1e26aSAlexander PyhalovISO_8859_16 8859-16 217*91e1e26aSAlexander PyhalovKOI8-U KOI8-U 218*91e1e26aSAlexander PyhalovKOI8_U KOI8-U 219*91e1e26aSAlexander PyhalovKOI8U KOI8-U 220*91e1e26aSAlexander PyhalovUCS-2 UCS-2 221*91e1e26aSAlexander PyhalovUCS_2 UCS-2 222*91e1e26aSAlexander PyhalovUCS2 UCS-2 223*91e1e26aSAlexander PyhalovUCS-2BE UCS-2BE 224*91e1e26aSAlexander PyhalovUCS_2BE UCS-2BE 225*91e1e26aSAlexander PyhalovUCS2BE UCS-2BE 226*91e1e26aSAlexander PyhalovUCS-2LE UCS-2LE 227*91e1e26aSAlexander PyhalovUCS_2LE UCS-2LE 228*91e1e26aSAlexander PyhalovUCS2LE UCS-2LE 229*91e1e26aSAlexander PyhalovUCS-4 UCS-4 230*91e1e26aSAlexander PyhalovUCS_4 UCS-4 231*91e1e26aSAlexander PyhalovUCS4 UCS-4 232*91e1e26aSAlexander PyhalovUCS-4BE UCS-4BE 233*91e1e26aSAlexander PyhalovUCS_4BE UCS-4BE 234*91e1e26aSAlexander PyhalovUCS4BE UCS-4BE 235*91e1e26aSAlexander PyhalovUCS-4LE UCS-4LE 236*91e1e26aSAlexander PyhalovUCS_4LE UCS-4LE 237*91e1e26aSAlexander PyhalovUCS4LE UCS-4LE 238*91e1e26aSAlexander PyhalovUTF-EBCDIC UTF-EBCDIC 239*91e1e26aSAlexander PyhalovUTF_EBCDIC UTF-EBCDIC 240*91e1e26aSAlexander PyhalovUTFEBCDIC UTF-EBCDIC 241*91e1e26aSAlexander PyhalovASCII 646 242*91e1e26aSAlexander PyhalovUS-ASCII 646 243*91e1e26aSAlexander PyhalovUS_ASCII 646 244*91e1e26aSAlexander PyhalovUSASCII 646 245*91e1e26aSAlexander PyhalovPTCP154 PTCP154 246*91e1e26aSAlexander PyhalovACE ACE 247*91e1e26aSAlexander PyhalovACE-ALLOW-UNASSIGNED ACE-ALLOW-UNASSIGNED 248*91e1e26aSAlexander PyhalovACE_ALLOW_UNASSIGNED ACE-ALLOW-UNASSIGNED 249*91e1e26aSAlexander PyhalovACEALLOWUNASSIGNED ACE-ALLOW-UNASSIGNED 250*91e1e26aSAlexander PyhalovCP932 ms932 251*91e1e26aSAlexander PyhalovMS932 ms932 252*91e1e26aSAlexander PyhalovPC932 ms932 253*91e1e26aSAlexander PyhalovUTF-8-CP932 UTF-8-ms932 254*91e1e26aSAlexander PyhalovUTF8-CP932 UTF-8-ms932 255*91e1e26aSAlexander PyhalovUTF-8CP932 UTF-8-ms932 256*91e1e26aSAlexander PyhalovUTF_8_CP932 UTF-8-ms932 257*91e1e26aSAlexander PyhalovUTF8_CP932 UTF-8-ms932 258*91e1e26aSAlexander PyhalovUTF_8CP932 UTF-8-ms932 259*91e1e26aSAlexander PyhalovUTF8CP932 UTF-8-ms932 260*91e1e26aSAlexander PyhalovUTF-8-MS932 UTF-8-ms932 261*91e1e26aSAlexander PyhalovUTF8-MS932 UTF-8-ms932 262*91e1e26aSAlexander PyhalovUTF-8MS932 UTF-8-ms932 263*91e1e26aSAlexander PyhalovUTF_8_MS932 UTF-8-ms932 264*91e1e26aSAlexander PyhalovUTF8_MS932 UTF-8-ms932 265*91e1e26aSAlexander PyhalovUTF_8MS932 UTF-8-ms932 266*91e1e26aSAlexander PyhalovUTF8MS932 UTF-8-ms932 267*91e1e26aSAlexander PyhalovUTF-8-PC932 UTF-8-ms932 268*91e1e26aSAlexander PyhalovUTF8-PC932 UTF-8-ms932 269*91e1e26aSAlexander PyhalovUTF-8PC932 UTF-8-ms932 270*91e1e26aSAlexander PyhalovUTF_8_PC932 UTF-8-ms932 271*91e1e26aSAlexander PyhalovUTF8_PC932 UTF-8-ms932 272*91e1e26aSAlexander PyhalovUTF_8PC932 UTF-8-ms932 273*91e1e26aSAlexander PyhalovUTF8PC932 UTF-8-ms932 274*91e1e26aSAlexander PyhalovIBM-930 ibm930 275*91e1e26aSAlexander PyhalovIBM_930 ibm930 276*91e1e26aSAlexander PyhalovIBM930 ibm930 277*91e1e26aSAlexander PyhalovIBM-931 ibm931 278*91e1e26aSAlexander PyhalovIBM_931 ibm931 279*91e1e26aSAlexander PyhalovIBM931 ibm931 280*91e1e26aSAlexander PyhalovIBM-939 ibm939 281*91e1e26aSAlexander PyhalovIBM_939 ibm939 282*91e1e26aSAlexander PyhalovIBM939 ibm939 283*91e1e26aSAlexander PyhalovIBM-5026 ibm5026 284*91e1e26aSAlexander PyhalovIBM_5026 ibm5026 285*91e1e26aSAlexander PyhalovIBM5026 ibm5026 286*91e1e26aSAlexander PyhalovIBM-5035 ibm5035 287*91e1e26aSAlexander PyhalovIBM_5035 ibm5035 288*91e1e26aSAlexander PyhalovIBM5035 ibm5035 289*91e1e26aSAlexander PyhalovIBM-933 ko_KR-cp933 290*91e1e26aSAlexander PyhalovIBM_933 ko_KR-cp933 291*91e1e26aSAlexander PyhalovIBM933 ko_KR-cp933 292*91e1e26aSAlexander PyhalovCP933 ko_KR-cp933 293*91e1e26aSAlexander PyhalovIBM-937 zh_TW-cp937 294*91e1e26aSAlexander PyhalovIBM_937 zh_TW-cp937 295*91e1e26aSAlexander PyhalovIBM937 zh_TW-cp937 296*91e1e26aSAlexander PyhalovCP937 zh_TW-cp937 297*91e1e26aSAlexander PyhalovIBM-935 zh_CN-cp935 298*91e1e26aSAlexander PyhalovIBM_935 zh_CN-cp935 299*91e1e26aSAlexander PyhalovIBM935 zh_CN-cp935 300*91e1e26aSAlexander PyhalovIBM-CP838 IBM-838 301*91e1e26aSAlexander PyhalovIBM-CP874 IBM-874 302*91e1e26aSAlexander PyhalovCP935 zh_CN-cp935 303*91e1e26aSAlexander PyhalovCP437 CP437 304*91e1e26aSAlexander PyhalovCP-437 CP437 305*91e1e26aSAlexander PyhalovCP_437 CP437 306*91e1e26aSAlexander Pyhalov437 CP437 307*91e1e26aSAlexander PyhalovCP737 CP737 308*91e1e26aSAlexander PyhalovCP-737 CP737 309*91e1e26aSAlexander PyhalovCP_737 CP737 310*91e1e26aSAlexander Pyhalov737 CP737 311*91e1e26aSAlexander PyhalovCP775 CP775 312*91e1e26aSAlexander PyhalovCP-775 CP775 313*91e1e26aSAlexander PyhalovCP_775 CP775 314*91e1e26aSAlexander Pyhalov775 CP775 315*91e1e26aSAlexander PyhalovCP850 CP850 316*91e1e26aSAlexander PyhalovCP-850 CP850 317*91e1e26aSAlexander PyhalovCP_850 CP850 318*91e1e26aSAlexander Pyhalov850 CP850 319*91e1e26aSAlexander PyhalovIBM-850 IBM-850 320*91e1e26aSAlexander PyhalovIBM850 IBM-850 321*91e1e26aSAlexander PyhalovCP852 CP852 322*91e1e26aSAlexander PyhalovCP-852 CP852 323*91e1e26aSAlexander PyhalovCP_852 CP852 324*91e1e26aSAlexander Pyhalov852 CP852 325*91e1e26aSAlexander Pyhalovdos2 CP852 326*91e1e26aSAlexander PyhalovCP855 CP855 327*91e1e26aSAlexander PyhalovCP-855 CP855 328*91e1e26aSAlexander PyhalovCP_855 CP855 329*91e1e26aSAlexander Pyhalov855 CP855 330*91e1e26aSAlexander PyhalovCP857 CP857 331*91e1e26aSAlexander PyhalovCP-857 CP857 332*91e1e26aSAlexander PyhalovCP_857 CP857 333*91e1e26aSAlexander Pyhalov857 CP857 334*91e1e26aSAlexander PyhalovCP860 CP860 335*91e1e26aSAlexander PyhalovCP-860 CP860 336*91e1e26aSAlexander PyhalovCP_860 CP860 337*91e1e26aSAlexander Pyhalov860 CP860 338*91e1e26aSAlexander PyhalovCP861 CP861 339*91e1e26aSAlexander PyhalovCP-861 CP861 340*91e1e26aSAlexander PyhalovCP_861 CP861 341*91e1e26aSAlexander Pyhalov861 CP861 342*91e1e26aSAlexander PyhalovCP862 CP862 343*91e1e26aSAlexander PyhalovCP-862 CP862 344*91e1e26aSAlexander PyhalovCP_862 CP862 345*91e1e26aSAlexander Pyhalov862 CP862 346*91e1e26aSAlexander PyhalovCP863 CP863 347*91e1e26aSAlexander PyhalovCP-863 CP863 348*91e1e26aSAlexander PyhalovCP_863 CP863 349*91e1e26aSAlexander Pyhalov863 CP863 350*91e1e26aSAlexander PyhalovCP864 CP864 351*91e1e26aSAlexander PyhalovCP-864 CP864 352*91e1e26aSAlexander PyhalovCP_864 CP864 353*91e1e26aSAlexander Pyhalov864 CP864 354*91e1e26aSAlexander PyhalovCP865 CP865 355*91e1e26aSAlexander PyhalovCP-865 CP865 356*91e1e26aSAlexander PyhalovCP_865 CP865 357*91e1e26aSAlexander Pyhalov865 CP865 358*91e1e26aSAlexander PyhalovCP866 CP866 359*91e1e26aSAlexander PyhalovCP-866 CP866 360*91e1e26aSAlexander PyhalovCP_866 CP866 361*91e1e26aSAlexander Pyhalov866 CP866 362*91e1e26aSAlexander PyhalovCP869 CP869 363*91e1e26aSAlexander PyhalovCP-869 CP869 364*91e1e26aSAlexander PyhalovCP_869 CP869 365*91e1e26aSAlexander Pyhalov869 CP869 366*91e1e26aSAlexander PyhalovCP874 CP874 367*91e1e26aSAlexander PyhalovCP-874 CP874 368*91e1e26aSAlexander PyhalovCP_874 CP874 369*91e1e26aSAlexander Pyhalov874 CP874 370*91e1e26aSAlexander PyhalovCP1250 CP1250 371*91e1e26aSAlexander PyhalovCP-1250 CP1250 372*91e1e26aSAlexander PyhalovCP_1250 CP1250 373*91e1e26aSAlexander PyhalovWINDOWS-1250 CP1250 374*91e1e26aSAlexander PyhalovANSI-1250 CP1250 375*91e1e26aSAlexander PyhalovANSI1250 CP1250 376*91e1e26aSAlexander Pyhalov1250 CP1250 377*91e1e26aSAlexander Pyhalovwin2 CP1250 378*91e1e26aSAlexander PyhalovCP1251 CP1251 379*91e1e26aSAlexander PyhalovCP-1251 CP1251 380*91e1e26aSAlexander PyhalovCP_1251 CP1251 381*91e1e26aSAlexander PyhalovWINDOWS-1251 CP1251 382*91e1e26aSAlexander PyhalovANSI-1251 CP1251 383*91e1e26aSAlexander PyhalovANSI1251 CP1251 384*91e1e26aSAlexander Pyhalov1251 CP1251 385*91e1e26aSAlexander Pyhalovwin5 CP1251 386*91e1e26aSAlexander PyhalovCP1252 CP1252 387*91e1e26aSAlexander PyhalovCP-1252 CP1252 388*91e1e26aSAlexander PyhalovCP_1252 CP1252 389*91e1e26aSAlexander PyhalovWINDOWS-1252 CP1252 390*91e1e26aSAlexander PyhalovANSI-1252 CP1252 391*91e1e26aSAlexander PyhalovANSI1252 CP1252 392*91e1e26aSAlexander Pyhalov1252 CP1252 393*91e1e26aSAlexander PyhalovCP1253 CP1253 394*91e1e26aSAlexander PyhalovCP-1253 CP1253 395*91e1e26aSAlexander PyhalovCP_1253 CP1253 396*91e1e26aSAlexander PyhalovWINDOWS-1253 CP1253 397*91e1e26aSAlexander PyhalovANSI-1253 CP1253 398*91e1e26aSAlexander PyhalovANSI1253 CP1253 399*91e1e26aSAlexander Pyhalov1253 CP1253 400*91e1e26aSAlexander PyhalovCP1254 CP1254 401*91e1e26aSAlexander PyhalovCP-1254 CP1254 402*91e1e26aSAlexander PyhalovCP_1254 CP1254 403*91e1e26aSAlexander PyhalovWINDOWS-1254 CP1254 404*91e1e26aSAlexander PyhalovANSI-1254 CP1254 405*91e1e26aSAlexander PyhalovANSI1254 CP1254 406*91e1e26aSAlexander Pyhalov1254 CP1254 407*91e1e26aSAlexander PyhalovCP1255 CP1255 408*91e1e26aSAlexander PyhalovCP-1255 CP1255 409*91e1e26aSAlexander PyhalovCP_1255 CP1255 410*91e1e26aSAlexander PyhalovWINDOWS-1255 CP1255 411*91e1e26aSAlexander PyhalovANSI-1255 CP1255 412*91e1e26aSAlexander PyhalovANSI1255 CP1255 413*91e1e26aSAlexander Pyhalov1255 CP1255 414*91e1e26aSAlexander PyhalovCP1256 CP1256 415*91e1e26aSAlexander PyhalovCP-1256 CP1256 416*91e1e26aSAlexander PyhalovCP_1256 CP1256 417*91e1e26aSAlexander PyhalovWINDOWS-1256 CP1256 418*91e1e26aSAlexander PyhalovANSI-1256 CP1256 419*91e1e26aSAlexander PyhalovANSI1256 CP1256 420*91e1e26aSAlexander Pyhalov1256 CP1256 421*91e1e26aSAlexander PyhalovCP1257 CP1257 422*91e1e26aSAlexander PyhalovCP-1257 CP1257 423*91e1e26aSAlexander PyhalovCP_1257 CP1257 424*91e1e26aSAlexander PyhalovWINDOWS-1257 CP1257 425*91e1e26aSAlexander PyhalovANSI-1257 CP1257 426*91e1e26aSAlexander PyhalovANSI1257 CP1257 427*91e1e26aSAlexander Pyhalov1257 CP1257 428*91e1e26aSAlexander PyhalovCP1258 CP1258 429*91e1e26aSAlexander PyhalovCP-1258 CP1258 430*91e1e26aSAlexander PyhalovCP_1258 CP1258 431*91e1e26aSAlexander PyhalovWINDOWS-1258 CP1258 432*91e1e26aSAlexander PyhalovANSI-1258 CP1258 433*91e1e26aSAlexander PyhalovANSI1258 CP1258 434*91e1e26aSAlexander Pyhalov1258 CP1258 435*91e1e26aSAlexander PyhalovCP720 CP720 436*91e1e26aSAlexander PyhalovCP-720 CP720 437*91e1e26aSAlexander PyhalovCP_720 CP720 438*91e1e26aSAlexander Pyhalov720 CP720 439