The R Project SVN R

Rev

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

Rev 45446 Rev 45667
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,
-
 
31
   but lengths were used as display widths */
-
 
32
 
-
 
33
#ifdef HAVE_CONFIG_H
30
#ifdef HAVE_CONFIG_H
34
#include <config.h>
31
#include <config.h>
35
#endif
32
#endif
36
 
33
 
37
#include "Defn.h"
34
#include "Defn.h"