https://bugs.contribs.org/show_bug.cgi?id=9385

David Bray <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from David Bray <[email protected]> ---
I found this useful

https://stackoverflow.com/questions/47940662/how-to-get-rid-of-wide-character-in-print-at

I don't know which message caused the message, but adding this at 217 seems
positive:

#216 open(MAILFILEWRITE,">","$filetolearn");
#217 binmode(MAILFILEWRITE, "encoding(UTF-8)");
#218 print(MAILFILEWRITE $email->as_string);

I still get character mapping issues at line 201

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to