diff src/common.h @ 408:005633eed862

Add uniDecode, and use it when parsing logs so as to decode "\uABCD" substrings. Also force Hg encoding to utf-8.
author Chris Cannam
date Mon, 06 Jun 2011 21:20:11 +0100
parents b9c153e00e84
children 459b140032d4
line wrap: on
line diff
--- a/src/common.h	Thu May 26 15:52:11 2011 +0100
+++ b/src/common.h	Mon Jun 06 21:20:11 2011 +0100
@@ -62,6 +62,8 @@
 QString getContainingRepoFolder(QString path);
 
 QString xmlEncode(QString);
+
+QString uniDecode(QString);
     
 
 #endif 	//COMMON_H