/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at src/OPENSOLARIS.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed * under the Terms of Use in http://www.unicode.org/copyright.html. * * This file has been modified by Sun Microsystems, Inc. */ /* * Copyright (c) 1996 by Sun Microsystems, Inc. */ #ifndef _EUC2UTF_TABLE_H_ #define _EUC2UTF_TABLE_H_ #include "common_thai.h" #include "common_def.h" hcode_table euc2utf_tbl[] = { { 0xA1, 0xE0B881 }, { 0xA2, 0xE0B882 }, { 0xA3, 0xE0B883 }, { 0xA4, 0xE0B884 }, { 0xA5, 0xE0B885 }, { 0xA6, 0xE0B886 }, { 0xA7, 0xE0B887 }, { 0xA8, 0xE0B888 }, { 0xA9, 0xE0B889 }, { 0xAA, 0xE0B88A }, { 0xAB, 0xE0B88B }, { 0xAC, 0xE0B88C }, { 0xAD, 0xE0B88D }, { 0xAE, 0xE0B88E }, { 0xAF, 0xE0B88F }, { 0xB0, 0xE0B890 }, { 0xB1, 0xE0B891 }, { 0xB2, 0xE0B892 }, { 0xB3, 0xE0B893 }, { 0xB4, 0xE0B894 }, { 0xB5, 0xE0B895 }, { 0xB6, 0xE0B896 }, { 0xB7, 0xE0B897 }, { 0xB8, 0xE0B898 }, { 0xB9, 0xE0B899 }, { 0xBA, 0xE0B89A }, { 0xBB, 0xE0B89B }, { 0xBC, 0xE0B89C }, { 0xBD, 0xE0B89D }, { 0xBE, 0xE0B89E }, { 0xBF, 0xE0B89F }, { 0xC0, 0xE0B8A0 }, { 0xC1, 0xE0B8A1 }, { 0xC2, 0xE0B8A2 }, { 0xC3, 0xE0B8A3 }, { 0xC4, 0xE0B8A4 }, { 0xC5, 0xE0B8A5 }, { 0xC6, 0xE0B8A6 }, { 0xC7, 0xE0B8A7 }, { 0xC8, 0xE0B8A8 }, { 0xC9, 0xE0B8A9 }, { 0xCA, 0xE0B8AA }, { 0xCB, 0xE0B8AB }, { 0xCC, 0xE0B8AC }, { 0xCD, 0xE0B8AD }, { 0xCE, 0xE0B8AE }, { 0xCF, 0xE0B8AF }, { 0xD0, 0xE0B8B0 }, { 0xD1, 0xE0B8B1 }, { 0xD2, 0xE0B8B2 }, { 0xD3, 0xE0B8B3 }, { 0xD4, 0xE0B8B4 }, { 0xD5, 0xE0B8B5 }, { 0xD6, 0xE0B8B6 }, { 0xD7, 0xE0B8B7 }, { 0xD8, 0xE0B8B8 }, { 0xD9, 0xE0B8B9 }, { 0xDA, 0xE0B8BA }, { 0xDF, 0xE0B8BF }, { 0xE0, 0xE0B980 }, { 0xE1, 0xE0B981 }, { 0xE2, 0xE0B982 }, { 0xE3, 0xE0B983 }, { 0xE4, 0xE0B984 }, { 0xE5, 0xE0B985 }, { 0xE6, 0xE0B986 }, { 0xE7, 0xE0B987 }, { 0xE8, 0xE0B988 }, { 0xE9, 0xE0B989 }, { 0xEA, 0xE0B98A }, { 0xEB, 0xE0B98B }, { 0xEC, 0xE0B98C }, { 0xED, 0xE0B98D }, { 0xEE, 0xE0B98E }, { 0xEF, 0xE0B98F }, { 0xF0, 0xE0B990 }, { 0xF1, 0xE0B991 }, { 0xF2, 0xE0B992 }, { 0xF3, 0xE0B993 }, { 0xF4, 0xE0B994 }, { 0xF5, 0xE0B995 }, { 0xF6, 0xE0B996 }, { 0xF7, 0xE0B997 }, { 0xF8, 0xE0B998 }, { 0xF9, 0xE0B999 }, { 0xFA, 0xE0B99A }, { 0xFB, 0xE0B99B } }; /******************************************************/ #endif /* _EUC2UTF_TABLE_H_ */