gnu.CORBA.GIOP
Class CharSets_OSF
This class contains the codes, used to identify character sets
in CORBA. These codes are defined in Open Software Foundation (OSF)
code set registry.
The name of this class specially sets "OSF" apart if somebody would start
searching Open Software Foundation abbreviation.
static int | getCode(String name) - Get the charset code from its name.
|
static String | getName(int code) - Get the charset name from its code.
|
static int[] | getSupportedCharSets() - Get the list of supported char sets for that the CORBA codes are
also known.
|
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
ASCII
public static final int ASCII
Cp1047
public static final int Cp1047
Cp1250
public static final int Cp1250
Cp1251
public static final int Cp1251
Cp1252
public static final int Cp1252
Cp1253
public static final int Cp1253
Cp1254
public static final int Cp1254
Cp1255
public static final int Cp1255
Cp1256
public static final int Cp1256
Cp1257
public static final int Cp1257
Cp1363
public static final int Cp1363
Cp1363C
public static final int Cp1363C
Cp1381
public static final int Cp1381
Cp1383
public static final int Cp1383
Cp1386
public static final int Cp1386
Cp33722
public static final int Cp33722
Cp33722C
public static final int Cp33722C
Cp930
public static final int Cp930
Cp943
public static final int Cp943
Cp943C
public static final int Cp943C
Cp949
public static final int Cp949
Cp949C
public static final int Cp949C
Cp950
public static final int Cp950
Cp964
public static final int Cp964
Cp970
public static final int Cp970
EUC_JP
public static final int EUC_JP
EUC_KR
public static final int EUC_KR
EUC_TW
public static final int EUC_TW
NATIVE_CHARACTER
public static final int NATIVE_CHARACTER
The native character set for the narrow character.
NATIVE_WIDE_CHARACTER
public static final int NATIVE_WIDE_CHARACTER
The native character set for the wide character.
UCS2
public static final int UCS2
UTF16
public static final int UTF16
UTF8
public static final int UTF8
getCode
public static int getCode(String name)
Get the charset code from its name.
- the charset code of 0 if not defined.
getName
public static String getName(int code)
Get the charset name from its code.
- the code set name or nullfor the unknown code set.
getSupportedCharSets
public static int[] getSupportedCharSets()
Get the list of supported char sets for that the CORBA codes are
also known.
CharSets_OSF.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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, or (at your option)
any later version.
GNU Classpath 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 GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version.