The R Project SVN R

Rev

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

Rev 60262 Rev 61027
Line 74... Line 74...
74
 * For example, iswprint of Windows does not accept a macron of
74
 * For example, iswprint of Windows does not accept a macron of
75
 * Japanese "a-ru" of R as a letter. 
75
 * Japanese "a-ru" of R as a letter. 
76
 * Therefore Japanese "Buraian.Ripuri-" of "Brian Ripley" is
76
 * Therefore Japanese "Buraian.Ripuri-" of "Brian Ripley" is
77
 * shown of hex-string.:-)
77
 * shown of hex-string.:-)
78
 * We define alternatives to be used if
78
 * We define alternatives to be used if
79
 * defined(Win32) || defined(__APPLE_CC__) || defined(_AIX)
79
 * defined(Win32) || defined(__APPLE__) || defined(_AIX)
80
 */
80
 */
81
extern wctype_t Ri18n_wctype(const char *);
81
extern wctype_t Ri18n_wctype(const char *);
82
extern int      Ri18n_iswctype(wint_t, wctype_t);
82
extern int      Ri18n_iswctype(wint_t, wctype_t);
83
 
83
 
84
#ifndef IN_RLOCALE_C
84
#ifndef IN_RLOCALE_C