Debug visitor wrongly prints "<binary>" for utf8 strings #4

Open
opened 2025-04-07 08:10:23 +00:00 by King_DuckZ · 0 comments
Owner

Code currently just looks for non-ascii characters to decide if a given char array contains text or general data, which breaks for strings containing non-ascii characters

Code currently just looks for non-ascii characters to decide if a given char array contains text or general data, which breaks for strings containing non-ascii characters
King_DuckZ changed title from Debug visitor wrongly prints "<binary>" for utf8 strings to Debug visitor wrongly prints "\<binary\>" for utf8 strings 2025-04-07 08:11:00 +00:00
King_DuckZ changed title from Debug visitor wrongly prints "\<binary\>" for utf8 strings to Debug visitor wrongly prints "<<binary>>" for utf8 strings 2025-04-07 08:11:38 +00:00
King_DuckZ changed title from Debug visitor wrongly prints "<<binary>>" for utf8 strings to Debug visitor wrongly prints "&gr;binary>" for utf8 strings 2025-04-07 08:12:25 +00:00
King_DuckZ changed title from Debug visitor wrongly prints "&gr;binary>" for utf8 strings to Debug visitor wrongly prints "\\<binary>" for utf8 strings 2025-04-07 08:12:57 +00:00
King_DuckZ changed title from Debug visitor wrongly prints "\\<binary>" for utf8 strings to Debug visitor wrongly prints "&#60;binary>" for utf8 strings 2025-04-07 08:15:27 +00:00
Sign in to join this conversation.
No labels
bug
enhancement
licence
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: King_DuckZ/ducktorrent#4
No description provided.