public class Charset extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ANSI
0 标准 Windows 字符 (ANSI)
|
static int |
ARABIC
178 阿拉伯语字符集
|
static int |
BALTIC
186 印欧语系中的)波罗的语族
|
static int |
CHINESEBIG5
136 繁体中文字符集
|
static int |
DEFAULT
1 默认字符集
不是真正的字符集;它是一个类似于NULL的常量,意思是“显示可用字符集中的字符”
|
static int |
EE
238 拉丁语II(中欧)
|
static int |
GB2312
134 简体中文字符集
|
static int |
GREEK
161 希腊字符集
|
static int |
HANGUL
129 朝鲜语字符集(韩国、朝鲜)
|
static int |
HEBREW
177 希伯来语字符集
|
static int |
JOHAB
130 朝鲜语字符集(Johab)
|
static int |
OEM
255 通常由 Microsoft MS-DOS 应用程序显示的扩展字符
|
static int |
RUSSIAN
204 西里尔文 用于俄语、保加利亚语及其他一些中欧语言
|
static int |
SHIFTJIS
128 日文字符集
|
static int |
SYMBOL
2 符号字符集
|
static int |
THAI
222 泰国字符集
|
static int |
TURKISH
162 土耳其字符集
|
| 构造器和说明 |
|---|
Charset() |
public static final int ANSI
public static final int DEFAULT
public static final int SYMBOL
public static final int SHIFTJIS
public static final int HANGUL
public static final int JOHAB
public static final int GB2312
public static final int CHINESEBIG5
public static final int GREEK
public static final int TURKISH
public static final int HEBREW
public static final int ARABIC
public static final int BALTIC
public static final int RUSSIAN
public static final int THAI
public static final int EE
public static final int OEM
Copyright © 2024. All rights reserved.