I'm not sure if this only happens on Windows. This is the result in Windows (with R 3.5.0 x64): ```r htmlTable(data.frame(a="camión")) ``` a -- 1 | cami�n The non-ANSI characters always get converted to strange symbols �.
I'm not sure if this only happens on Windows.
This is the result in Windows (with R 3.5.0 x64):
a
1 | cami�n
The non-ANSI characters always get converted to strange symbols �.