R/erikmisc_DATA.R
dat_unicode_tables_sel_byhand_e.Rd
The table includes Code, Glyph (symbol), Description of the character, CharacterSet group, whether it is_unicode (always TRUE), the CodeEscaped as stringi needs it, and the hand-selected ASCII replacement.
data(dat_unicode_tables_sel_byhand_e)
tibble
https://en.wikipedia.org/wiki/List_of_Unicode_characters
from 4/25/2021
data(dat_unicode_tables_sel_byhand_e)
str(dat_unicode_tables_sel_byhand_e)
#> spc_tbl_ [1,190 × 7] (S3: spec_tbl_df/tbl_df/tbl/data.frame)
#> $ Code : chr [1:1190] "U+00A1" "U+00A2" "U+00A3" "U+00A4" ...
#> $ Glyph : chr [1:1190] "¡" "¢" "£" "¤" ...
#> $ Description : chr [1:1190] "Inverted Exclamation Mark" "Cent sign" "Pound sign" "Currency sign" ...
#> $ CharacterSet: chr [1:1190] "Table_Latin-1_Supplement" "Table_Latin-1_Supplement" "Table_Latin-1_Supplement" "Table_Latin-1_Supplement" ...
#> $ is_unicode : logi [1:1190] TRUE TRUE TRUE TRUE TRUE TRUE ...
#> $ CodeEscaped : chr [1:1190] "\\u00A1" "\\u00A2" "\\u00A3" "\\u00A4" ...
#> $ ASCII : chr [1:1190] "!" "cent" "pound" "currency" ...