comparison libpurple/util.h @ 25488:bb8ad59ae9c4

propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3) to branch 'im.pidgin.pidgin.yaz' (head f809703c53ba0d2fc5eece06d368a3fcfec6748f)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 20 May 2007 04:16:11 +0000
parents fd6c3dc4641f
children ff69c2a9ccf2
comparison
equal deleted inserted replaced
17174:e5cc13b1e0ca 25488:bb8ad59ae9c4
1140 1140
1141 #ifdef __cplusplus 1141 #ifdef __cplusplus
1142 } 1142 }
1143 #endif 1143 #endif
1144 1144
1145 /* to address incompatibility with cp932. */
1146 void botch_ucs(gchar *ucs, gssize len);
1147 void sanitize_ucs(gchar *ucs, gssize len);
1148 guchar *botch_utf(const void *utf, size_t len, size_t *newlen);
1149 guchar *sanitize_utf(unsigned char *msg, size_t len, size_t *newlen);
1150
1145 #endif /* _PURPLE_UTIL_H_ */ 1151 #endif /* _PURPLE_UTIL_H_ */