1*3a700b0aSSteve Yin/************************************************************** 2*3a700b0aSSteve Yin * 3*3a700b0aSSteve Yin * Licensed to the Apache Software Foundation (ASF) under one 4*3a700b0aSSteve Yin * or more contributor license agreements. See the NOTICE file 5*3a700b0aSSteve Yin * distributed with this work for additional information 6*3a700b0aSSteve Yin * regarding copyright ownership. The ASF licenses this file 7*3a700b0aSSteve Yin * to you under the Apache License, Version 2.0 (the 8*3a700b0aSSteve Yin * "License"); you may not use this file except in compliance 9*3a700b0aSSteve Yin * with the License. You may obtain a copy of the License at 10*3a700b0aSSteve Yin * 11*3a700b0aSSteve Yin * http://www.apache.org/licenses/LICENSE-2.0 12*3a700b0aSSteve Yin * 13*3a700b0aSSteve Yin * Unless required by applicable law or agreed to in writing, 14*3a700b0aSSteve Yin * software distributed under the License is distributed on an 15*3a700b0aSSteve Yin * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*3a700b0aSSteve Yin * KIND, either express or implied. See the License for the 17*3a700b0aSSteve Yin * specific language governing permissions and limitations 18*3a700b0aSSteve Yin * under the License. 19*3a700b0aSSteve Yin * 20*3a700b0aSSteve Yin *************************************************************/ 215fdc4257SSteve Yin 225fdc4257SSteve Yin 235fdc4257SSteve Yinconst short CHARSET_DONTKNOW = 0; 245fdc4257SSteve Yinconst short ANSI = 1; 255fdc4257SSteve Yinconst short MAC = 2; 265fdc4257SSteve Yinconst short IBMPC_437 = 3; 275fdc4257SSteve Yinconst short IBMPC_850 = 4; 285fdc4257SSteve Yinconst short IBMPC_860 = 5; 295fdc4257SSteve Yinconst short IBMPC_861 = 6; 305fdc4257SSteve Yinconst short IBMPC_863 = 7; 315fdc4257SSteve Yinconst short IBMPC_865 = 8; 325fdc4257SSteve Yinconst short CHARSET_SYSTEM = 9; 335fdc4257SSteve Yinconst short SYMBOL = 10; 34