Skip to content
Prev 49946 / 63421 Next

Native characterset is wrong for unicode builds for Windows

Am 27.02.2015 um 03:13 schrieb Duncan Murdoch:
I am not complaining about those conversions. They work just fine 
already. I am complaining about
enc2native breaking things in the windows builds. An assignment like

s <- format("?????")

has no interaction with windows at all yet "s" contains garbage like  
"??<U+0394><U+040A><U+05EA>"
after that. And if a native encoding of UTF-8 - as defined by enc2native 
- works in Ubuntu why shouldn't it work
in Windows?