The R Project SVN R

Rev

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

Rev 31569 Rev 32380
Line 25... Line 25...
25
 *			 and the Encode.. utils.
25
 *			 and the Encode.. utils.
26
 *
26
 *
27
 *  See ./format.c	 for the  format_FOO_  functions used below.
27
 *  See ./format.c	 for the  format_FOO_  functions used below.
28
 */
28
 */
29
 
29
 
-
 
30
/* <UTF8> char here is handled as a whole */
30
 
31
 
31
#ifdef HAVE_CONFIG_H
32
#ifdef HAVE_CONFIG_H
32
#include <config.h>
33
#include <config.h>
33
#endif
34
#endif
34
 
35