in reply to Re^2: RT::Client turns occasional binary characters in to wide characters
in thread RT::Client turns occasional binary characters in to wide characters
Working from that I removed every reference to UTF8 subroutines from my code but I still get this wide character complaint when I try and write the string contents out to a binary (or any) file. So I have removed one potential issue (UTF8) but it's still got a problem.
While I take you at your word that this is not a UTF8 problem (as I understand it) It's odd that running encode('UTF-8'... against the string and writing the results out does not generate this wide character warning.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: RT::Client turns occasional binary characters in to wide characters
by haukex (Archbishop) on Oct 08, 2018 at 16:13 UTC |