comparison libpurple/util.h @ 27768:969a2aeae461

propagate from branch 'im.pidgin.pidgin' (head b7875f81b48bb1a776ac4b2473cc7376cb35b0f9) to branch 'im.pidgin.pidgin.yaz' (head e22890a44520ea1129da935f8ce82ea795081201)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 27 Feb 2008 12:21:29 +0000
parents dc47e908965f 9a60b9fab0ea
children c9b4fdb3fdb1
comparison
equal deleted inserted replaced
22337:a8c025929245 27768:969a2aeae461
1261 1261
1262 #ifdef __cplusplus 1262 #ifdef __cplusplus
1263 } 1263 }
1264 #endif 1264 #endif
1265 1265
1266 /* to address incompatibility with cp932. */
1267 void botch_ucs(gchar *ucs, gssize len);
1268 void sanitize_ucs(gchar *ucs, gssize len);
1269 guchar *botch_utf(const void *utf, size_t len, size_t *newlen);
1270 guchar *sanitize_utf(unsigned char *msg, size_t len, size_t *newlen);
1271
1266 #endif /* _PURPLE_UTIL_H_ */ 1272 #endif /* _PURPLE_UTIL_H_ */