The R Project SVN R

Rev

Rev 61635 | Rev 68949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61635 Rev 66104
Line 848... Line 848...
848
extern void Rf_onintr(void);
848
extern void Rf_onintr(void);
849
LibExtern Rboolean mbcslocale;
849
LibExtern Rboolean mbcslocale;
850
#endif
850
#endif
851
 
851
 
852
/* Useful for devices: translates Adobe symbol encoding to UTF-8 */
852
/* Useful for devices: translates Adobe symbol encoding to UTF-8 */
853
extern void *AdobeSymbol2utf8(char*out, const char *in, int nwork);
853
extern void *AdobeSymbol2utf8(char*out, const char *in, size_t nwork);
854
/* Translates Unicode point to UTF-8 */
854
/* Translates Unicode point to UTF-8 */
855
extern size_t Rf_ucstoutf8(char *s, const unsigned int c);
855
extern size_t Rf_ucstoutf8(char *s, const unsigned int c);
856
 
856
 
857
#ifdef __cplusplus
857
#ifdef __cplusplus
858
}
858
}