Skip to content

L10N and i18n of R

1 message · Brian Ripley

#
First, please do not set Reply-To to R-help!  [I've moved the topic to 
R-devel.]

As has already been pointed out, R already handles many non-English 
languages, including all using ISO-Latin1 and many others with 8-bit 
character sets (where the devices support them: for example Adobe 
postscript fonts have limited support for Latin2).  Your `good news' is 
old news for all those languages.

I understand the problem with CJK is the larger character sets.  It is 
planned to support those by moving to Unicode internally, probably within 
the next year.  That will still leave the issues of getting text into and 
out of R in a specific localization, but should minimize the adaptations 
needed.
On Wed, 6 Aug 2003, Shigeru Mase wrote: