Instance Property インスタンスプロパティ

nameAlias

The normative formal alias of the scalar. そのスカラーの標準の公式のエイリアス。

Declaration 宣言

var nameAlias: String? { get }

Discussion 解説

The name of a scalar is immutable and never changed in future versions of the Unicode Standard. The nameAlias property is provided to issue corrections if a name was issued erroneously. For example, the name of U+FE18 is “PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET” (note that “BRACKET” is misspelled). The nameAlias property then contains the corrected name. あるスカラーの名前は不変です、そして決してユニコード標準の将来の版において変更されません。nameAliasプロパティは、ある名前が不正確に発行されたならば、訂正を発行するために提供されます。たとえば、U+FE18 のnameは “PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET” です( “BRACKET” に綴り間違いがあるのに注意してください)。nameAliasプロパティはその後、訂正された名前を含みます。

If a scalar has no alias, this property is nil. あるスカラーがエイリアスを持たないならば、このプロパティはnilです。

This property corresponds to the “Name_Alias” property in the Unicode Standard. このプロパティは、ユニコード標準における “Name_Alias” に相当します。