comparison libpurple/util.h @ 27858:a5bb767b8644

propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97) to branch 'im.pidgin.pidgin.yaz' (head 63207704bdd62ed93263dbb54f5ede5d640e2e5a)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 17 Jun 2008 09:06:41 +0000
parents 30eaeb7cc076
children 57727a140609
comparison
equal deleted inserted replaced
23376:85fc34efe733 27858:a5bb767b8644
1273 1273
1274 #ifdef __cplusplus 1274 #ifdef __cplusplus
1275 } 1275 }
1276 #endif 1276 #endif
1277 1277
1278 /* to address incompatibility with cp932. */
1279 void botch_ucs(gchar *ucs, gsize len);
1280 void sanitize_ucs(gchar *ucs, gsize len);
1281 gchar *botch_utf(const gchar *utf, gsize len, gsize *newlen);
1282 gchar *sanitize_utf(const gchar *msg, gsize len, gsize *newlen);
1283
1278 #endif /* _PURPLE_UTIL_H_ */ 1284 #endif /* _PURPLE_UTIL_H_ */