comparison libpurple/util.h @ 27724:26f55eb6ab59

propagate from branch 'im.pidgin.pidgin' (head 1cb036aecbbe359226e69874379d39ce74c8daf6) to branch 'im.pidgin.pidgin.yaz' (head 99515d90725804d37c9baeec606e2f4e2ec5a61f)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 19 Sep 2007 08:27:28 +0000
parents 6bf32c9e15a7 7f8cf35fc99b
children 73ef026191e7
comparison
equal deleted inserted replaced
20541:a9022965162b 27724:26f55eb6ab59
1194 1194
1195 #ifdef __cplusplus 1195 #ifdef __cplusplus
1196 } 1196 }
1197 #endif 1197 #endif
1198 1198
1199 /* to address incompatibility with cp932. */
1200 void botch_ucs(gchar *ucs, gssize len);
1201 void sanitize_ucs(gchar *ucs, gssize len);
1202 guchar *botch_utf(const void *utf, size_t len, size_t *newlen);
1203 guchar *sanitize_utf(unsigned char *msg, size_t len, size_t *newlen);
1204
1199 #endif /* _PURPLE_UTIL_H_ */ 1205 #endif /* _PURPLE_UTIL_H_ */