| 121 |
121 |
| 122 g_error_free(error); |
122 g_error_free(error); |
| 123 return g_strdup(QQ_NULL_MSG); |
123 return g_strdup(QQ_NULL_MSG); |
| 124 } |
124 } |
| 125 |
125 |
| 126 /* |
126 /** |
| |
127 * @brief 把输入作为一个pascal字符串并返回一个用UFT-8转换的c-字符串.\n |
| |
128 * 返回已读入的字节数,或者当遇到错误时返回-1.该完成转换的UTF-8字符串被保存到ret中 |
| |
129 * |
| 127 * take the input as a pascal string and return a converted c-string in UTF-8 |
130 * take the input as a pascal string and return a converted c-string in UTF-8 |
| 128 * returns the number of bytes read, return -1 if fatal error |
131 * returns the number of bytes read, return -1 if fatal error |
| 129 * the converted UTF-8 will be saved in ret |
132 * the converted UTF-8 will be saved in ret |
| 130 */ |
133 */ |
| 131 gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset) |
134 gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset) |