Re: [Rd] Writing UTF8 on Windows

2014-10-19 Thread Milan Bouchet-Valat
Le samedi 18 octobre 2014 à 20:49 -0700, Jeroen Ooms a écrit : > Recent functionality in jsonlite allows for streaming json to a user > supplied connection object, such as a file, pipe or socket. RFC7159 > prescribes json must be encoded as unicode; ISO-8859 (including > latin1) is invalid. Hence I

[Rd] Writing UTF8 on Windows

2014-10-18 Thread Jeroen Ooms
Recent functionality in jsonlite allows for streaming json to a user supplied connection object, such as a file, pipe or socket. RFC7159 prescribes json must be encoded as unicode; ISO-8859 (including latin1) is invalid. Hence I would like R to write strings as utf8, irrespective of the type of con