public class HanyuPinyinVCharType extends Object
'ü' is a special character of Hanyu Pinyin, which can not be simply represented by English letters. In Hanyu Pinyin, such characters include 'ü', 'üe', 'üan', and 'ün'.
This class provides several options for output of 'ü', which are listed below.
| Options | Output |
|---|---|
| WITH_U_AND_COLON | u: |
| WITH_V | v |
| WITH_U_UNICODE | ü |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
static HanyuPinyinVCharType |
WITH_U_AND_COLON
The option indicates that the output of 'ü' is "u:"
|
static HanyuPinyinVCharType |
WITH_U_UNICODE
The option indicates that the output of 'ü' is "ü" in Unicode form
|
static HanyuPinyinVCharType |
WITH_V
The option indicates that the output of 'ü' is "v"
|
| Modifier | Constructor and Description |
|---|---|
protected |
HanyuPinyinVCharType(String name)
Constructor
|
public static final HanyuPinyinVCharType WITH_U_AND_COLON
public static final HanyuPinyinVCharType WITH_V
public static final HanyuPinyinVCharType WITH_U_UNICODE
protected String name
protected HanyuPinyinVCharType(String name)
Copyright © 2016. All Rights Reserved.