`gsub': invalid byte sequence in US-ASCII (ArgumentError) #18
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