powered by
ASCIIfy(x, bytes = 2, fallback = "?")
1
2
x
showNonASCII
cities <- c("S\u00e3o Paulo", "Reykjav\u00edk") print(cities) ASCIIfy(cities, 1) ASCIIfy(cities, 2) athens <- "\u0391\u03b8\u03ae\u03bd\u03b1" print(athens) ASCIIfy(athens)
Run the code above in your browser using DataLab