mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Update issue link in text.c comments
This commit is contained in:
committed by
GitHub
parent
f287ee97d8
commit
bd501b3c93
@@ -771,7 +771,7 @@ text_convert_invalid (const gchar* text, gssize len, GIConv converter, const gch
|
|||||||
* But iconv may not convert everything till invalid_start_pos since the last few bytes may be part of a shift sequence.
|
* But iconv may not convert everything till invalid_start_pos since the last few bytes may be part of a shift sequence.
|
||||||
* So get the new bytes_read and use it as the actual invalid_start_pos to handle this.
|
* So get the new bytes_read and use it as the actual invalid_start_pos to handle this.
|
||||||
*
|
*
|
||||||
* See https://github.com/zoitechat/zoitechat/issues/1758
|
* See https://github.com/hexchat/hexchat/issues/1758
|
||||||
*/
|
*/
|
||||||
result_part = g_convert_with_iconv (current_start, invalid_start_pos, converter, &invalid_start_pos, &result_part_len, NULL);
|
result_part = g_convert_with_iconv (current_start, invalid_start_pos, converter, &invalid_start_pos, &result_part_len, NULL);
|
||||||
g_iconv (converter, NULL, NULL, NULL, NULL);
|
g_iconv (converter, NULL, NULL, NULL, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user