| 664 * |
664 * |
| 665 * @param str The source string. |
665 * @param str The source string. |
| 666 * |
666 * |
| 667 * @return The UTF-8 string, or @c NULL if it could not be converted. |
667 * @return The UTF-8 string, or @c NULL if it could not be converted. |
| 668 */ |
668 */ |
| 669 char *gaim_utf8_try_convert(const char *str); |
669 gchar *gaim_utf8_try_convert(const char *str); |
| 670 |
670 |
| 671 /** |
671 /** |
| 672 * Compares two UTF-8 strings. |
672 * Compares two UTF-8 strings. |
| 673 * |
673 * |
| 674 * @param a The first string. |
674 * @param a The first string. |