参数:x
an R object which can be coerced to a u_char vector of Unicode characters via as.u_char.
R对象可以强制通过u_char到as.u_char向量的Unicode字符。
值----------Value----------
A data frame with variables Code, Name and Char, giving the code and name of the given characters and the R character vectors corresponding to the code points.
与变量的数据框Code,Name和Char,给代码和名称的字符和R的特征向量,对应的代码点。
实例----------Examples----------
## Who has ever seen a capital sharp s?[#谁见过一个资本的sharp s?]
x <- u_char_from_name(c("LATIN SMALL LETTER SHARP S",
"LATIN CAPITAL LETTER SHARP S"))
u_char_inspect(x)
## (Does this display anything useful?)[#(这显示有用的东西?)]