The R Project SVN R

Rev

Rev 79778 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79778 Rev 80053
Line 23... Line 23...
23
 *  See also the comments in  ../main/rlocale.c.
23
 *  See also the comments in  ../main/rlocale.c.
24
 
24
 
25
 *  It does 2 things:
25
 *  It does 2 things:
26
 * (a) supplies wrapper/substitute wc[s]width functions for use in 
26
 * (a) supplies wrapper/substitute wc[s]width functions for use in 
27
 *    character.c, errors.c, printutils.c, devPS.c, RGui console.
27
 *    character.c, errors.c, printutils.c, devPS.c, RGui console.
28
 * (b) Defines a replacment for iswctype to be used on Windows, maxOS and AIX.
28
 * (b) Defines a replacement for iswctype to be used on Windows, maxOS and AIX.
29
 * in gram.c, the TRE engine and elsewhere.
29
 * in gram.c, the TRE engine and elsewhere.
30
 *
30
 *
31
 * It is not an installed header.
31
 * It is not an installed header.
32
 */
32
 */
33
 
33