Skip to content
Prev 1214 / 15075 Next

font encoding issue

Hi Denis,
On Dec 1, 2004, at 3:07 AM, Denis Chabot wrote:

            
That is weird - it works for me, but see below and fetch tonight's 
build.
True, I have fixed that glitch - cStrings were used in the file 
handling instead of native strings. Dropping and sourcing of files 
containing special characters should work now (since tonight's build 
789).
I was fiddling around with the various locales, but it seems that Cocoa 
doesn't quite honor the settings (and R didn't really change its 
behavior either). This is no big deal for us, since we use UTF-8 
internally, but it would be an issue if we converted back to cStrings 
(what I proposed in my last e-mail), because then locales again 
wouldn't work. For now, I keep everything at UTF-8, which makes editor, 
console, file open/drop and copy/paste work, but the user should be 
aware of the fact that R will have some issues as I sketched in my 
previous e-mail.

Cheers,
Simon