Parent Directory
|
Revision Log
|
Patch
revision 186 by twoaday, Mon Mar 20 12:49:11 2006 UTC | revision 187 by twoaday, Wed Mar 22 11:04:20 2006 UTC | |
---|---|---|
# | Line 22 | Line 22 |
22 | #define WPT_UTF8_H | #define WPT_UTF8_H |
23 | ||
24 | int is_8bit_string (const char *str); | int is_8bit_string (const char *str); |
25 | char *wincp_to_utf8 (const char *s, size_t len); | char* utf8_to_native (const char *string); |
26 | char *utf8_to_wincp (const char *s, size_t len); | char* native_to_utf8 (const char *string); |
#define utf8_to_wincp2(encstr) utf8_to_wincp ((encstr), strlen (encstr)) | ||
27 | ||
28 | #endif /*WPT_UTF8_H*/ | #endif /*WPT_UTF8_H*/ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |