Constants |
LATIN |
Latin characters (English, ...) |
ASIAN |
Asian characters (Japanese, ...) |
COMPLEX |
Complex characters (Arabic, ...) |
WEAK |
undefined characters (punctuation, ...) |
Constants' Details |
LATIN
const short LATIN = 1;
- Description
- Latin characters (English, ...)
|
|
ASIAN
const short ASIAN = 2;
- Description
- Asian characters (Japanese, ...)
|
|
COMPLEX
const short COMPLEX = 3;
- Description
- Complex characters (Arabic, ...)
|
|
WEAK
const short WEAK = 4;
- Description
- undefined characters (punctuation, ...)
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.