Last updated 4 years ago
Was this helpful?
吳<U+855A>洋 和 游錫<U+5803> 。要把他轉回原本該有的中文字
吳<U+855A>洋
游錫<U+5803>
raw %>% mutate(title = purrr::map(title, function(x){stringi::stri_unescape_unicode(gsub("<U\\+(....)>", "\\\\u\\1", x))})) %>%