search for: rf_translatechar

Displaying 2 results from an estimated 2 matches for "rf_translatechar".

2007 Feb 15
0
Encoding API
...l storage format used in Qt QStrings). This needs to be done independent of the current locale, and the encoding used in the embedded R process. I imagine other graphical or non-graphical toolkits will similarly use UTF-8 to store strings, internally. For this reason, an addition of e.g. char* Rf_translateCharToUTF8(SEXP); would be nice. This function would translate to UTF-8 independently of the current LC_CTYPE. While it is possible to achieve the same effect by first translating the strings to the current LC_CTYPE encoding (using Rf_translateChar()), and then translate to UTF-8 in a second step (u...
2015 Aug 14
2
Build R on Haiku
Hi R-devel, I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by BeOS, not Linux based) on i586. With a few small changes to library paths and ifdefs I am able to get a seemingly working R binary. The build process stops with the 'tools' package. The last lines from make are below. Does anyone have any tips? I'm rather new to debugging at this low level. Are