Re: [Rcpp-devel] Unicode on windows

2013-08-01 Thread Romain Francois
Yes, encoding is something we have not dealt with yet. This is not high on my priority list but there are ways to alter that list, e.g. find a way to sponsor the development of that particular feature through funding or even crowdfunding if enough people are interested in having the feature an

Re: [Rcpp-devel] Unicode on windows

2013-08-01 Thread Ned Harding
Just to follow up in case anyone other than me is using Unicode in R: Rcpp does not support Unicode, or really any encoding other than 7 bit ascii. Internally R marks every string with an encoding, typically UTF8, Latin1 or ASCII. When using as Rcpp just copies the bytes over ignoring the en