Closed sckott closed 4 years ago
add some other degree like symbols in the meantime, until #10 is sorted out, an example from a tweet, the first looks like a degree symbol in certain text editing environments, but is not
stringi::stri_escape_unicode("º") #> [1] "\\u00ba" stringi::stri_escape_unicode("°") #> [1] "\\u00b0"
add some other degree like symbols in the meantime, until #10 is sorted out, an example from a tweet, the first looks like a degree symbol in certain text editing environments, but is not