Skip to content

`gsub': invalid byte sequence in US-ASCII (ArgumentError) #18

Martin Lowe requested to merge github/fork/autumnfound/malowe/master/18 into master

Force UTF-8 encoding on strings coming from the system. Currently they are being cast as ASCII-US otherwise, which breaks on international alphabets.

Signed-off-by: Martin Lowe martin.lowe@eclipse-foundation.org

Merge request reports