From b818f048bb5edca2bde3b33fdbe7e42451eb3c6e Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 13 Jun 2009 15:56:52 -0400 Subject: PR10277: fix \octal escaping of utf-8 characters in path names etc. * util.h (lex_cast_qstring): Use unsigned rather than signed chars. --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 175f1f40..63e41f9a 100644 --- a/util.h +++ b/util.h @@ -70,7 +70,7 @@ lex_cast_qstring(IN const & in) out2 += '"'; for (unsigned i=0; i