Discussion 解説
Scalars with this numeric type are often those that represent a decimal digit but would not typically be used to write a base-10 number, such as “④” (U+2463 CIRCLED DIGIT FOUR). この数値型を持つスカラーは、たいてい10進法桁を表すがしかし概して底10の数を記述するのに使われないものです、例えば “④”(U+2463 CIRCLED DIGIT FOUR)など。
As of Unicode 6.3, any new scalars that represent numbers but do not meet the requirements of decimal
will have numeric type numeric
, and programs can treat digit
and numeric
equivalently.
Unicode 6.3現在、数を表すしかしdecimal
の要件を満たさないいくらかの新しいスカラーが数値型numeric
を持ちます、そしてプログラムはdigit
とnumeric
を等価に扱うことができます。