Annotation of dietlibc/dieticonv.h, revision 1.4

1.1       fefe        1: enum charset {
1.3       olaf        2:   INVALID=0,
1.1       fefe        3:   ISO_8859_1,
                      4:   UTF_8,
1.2       fefe        5:   UCS_2,
1.4     ! leitner     6:   UCS_4,
        !             7:   UTF_16_BE,
        !             8:   UTF_16_LE,
        !             9:   UTF_16
1.1       fefe       10: };
                     11: 
1.3       olaf       12: #define ic_from(x)     (((x)    )&0xffff)
                     13: #define ic_to(x)       (((x)>>16)&0xffff)
1.1       fefe       14: 
                     15: #include <iconv.h>

LinuxTV legacy CVS <linuxtv.org/cvs>