Rev 36348 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
*This is no currently operational*==================================For UTF-8 support in Win9x and WinME, R needs a Unicodesupport layer.Microsoft released MSLU in 2001; see these pages for details:http://www.microsoft.com/globaldev/handson/dev/mslu_announce.mspxhttp://msdn.microsoft.com/msdnmag/nettop.asp?page=/msdnmag/issues/01/10/MSLU/MSLU.asp&ad=ads.ddj.com/msdnmag/premium.htmUnfortunately, the license for MSLU is incompatible with the GPL underwhich R is released, so R is distributed with the Opencow libraryinstead. Seehttp://opencow.sourceforge.netWe use the statically linked library libunicows to import the Unicodefunctions from opencows.dll (or from MSLU's unicows.dll, if it ispresent). Seehttp://libunicows.sourceforge.netINSTALLATIONObtain a current binary version of opencow.dll fromhttp://opencow.sourceforge.net or fromhttp://www.murdoch-sutherland.com/Rtools. Obtain a current binaryversion of libunicows from http://libunicows.sourceforge.net or fromhttp://www.murdoch-sutherland.com/Rtools. Install opencow.dll in thisdirectory (src/gnuwin32/unicode), and install libunicows.a in the libdirectory of your MinGW installation.Define the variable SUPPORT_UTF8 in src/gnuwin32/MkRules, and build R.LIMITATIONSThis library allows Unicode executables to run, but it doesn't providefull Unicode support. In particular:[to be filled in]