Revision 27 src/codeconv.h
| codeconv.h (revision 27) | ||
|---|---|---|
| 189 | 189 |
void conv_jistodisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
| 190 | 190 |
void conv_sjistodisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
| 191 | 191 |
void conv_euctodisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
| 192 |
void conv_utf8todisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
|
| 193 |
void conv_anytodisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
|
| 192 | 194 |
void conv_ustodisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
| 193 | 195 |
void conv_latintodisp (gchar *outbuf, gint outlen, const gchar *inbuf); |
| 194 | 196 |
void conv_noconv (gchar *outbuf, gint outlen, const gchar *inbuf); |
Also available in: Unified diff