com.vgrs.xcode.cmdline.unicodedata
Class UnicodeDataCmdLine
java.lang.Object
com.vgrs.xcode.cmdline.CmdLine
com.vgrs.xcode.cmdline.unicodedata.UnicodeDataCmdLine
public class UnicodeDataCmdLine
- extends CmdLine
Prints the properties of Unicode code points specified in the input file. The
Unicode code points can be separated by spaces and will be treated as
hexadecimal values. For each code point, the following properties are
printed:
- The script to which the code point belongs to.
- Bidi class
- Joining Type
- Canonical Combining Class
- A boolean indicating if the code point is a combining mark character.
- A boolean indicating if the code point is prohibited as per IDNA2008
specification.
- A boolean indicating if the code point is allowed in NFKC normalization.
- Version:
- 1.0 Jul 7, 2010
- Author:
- nchigurupati
|
Method Summary |
java.lang.String |
getUsageOptions()
|
static java.lang.String |
leftPad(java.lang.String s)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeDataCmdLine
public UnicodeDataCmdLine(java.lang.String[] args)
- Parameters:
args -
getUsageOptions
public java.lang.String getUsageOptions()
- Specified by:
getUsageOptions in class CmdLine
- Returns:
- the usage of this command line class.
main
public static void main(java.lang.String[] args)
leftPad
public static java.lang.String leftPad(java.lang.String s)
Copyright © 2000-2010 VeriSign Inc. All Rights Reserved