Skip to content

[BUG] process monitor does not support multi-byte characters #121

Open
@profnandaa

Description

@profnandaa

Describe the bug
The current process monitor does not support multi-byte characters, e.g.

2023-02-27 03:50:18 - DEBUG: Unicode character 161:¡''
2023-02-27 03:50:18 - DEBUG: Unicode character 162:'¢'
2023-02-27 03:50:18 - DEBUG: Unicode character 163:'£'
2023-02-27 03:50:18 - DEBUG: Unicode character 164:'¤'
2023-02-27 03:50:18 - DEBUG: Unicode character 165:'Â¥'
2023-02-27 03:50:18 - DEBUG: Unicode character 166:'¦'
2023-02-27 03:50:18 - DEBUG: Unicode character 167:'§'
2023-02-27 03:50:18 - DEBUG: Unicode character 168:'¨'
2023-02-27 03:50:18 - DEBUG: Unicode character 169:'©'
2023-02-27 03:50:18 - DEBUG: Unicode character 170:'ª'
2023-02-27 03:50:18 - DEBUG: Unicode character 171:'«'
2023-02-27 03:50:18 - DEBUG: Unicode character 172:'¬'

Expected behavior
Print out the characters exactly as produced by the process.
em.

Configuration
-Tool: Log Monitor
-Version: 2.0.0-rc

Additional Info
Current work-around in v2/main is to print out - for each byte in place of the character, see PR #122

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions