Skip to content
Prev 302399 / 398506 Next

Find out what "native.enc" corresponds to

On 05/08/2012 09:54, Milan Bouchet-Valat wrote:
?options points you to ?connections, which does explain this.  See 
Sys.getlocale("LC_CTYPE") to see

'the internal encoding of the current locale'

(or at least, what the OS claims it to be: e.g. some lie about 'C' locales).

As for a name, iconv() knows this as "" (and some OSes do make it rather 
hard to find a name if it is not part of the locale name).