Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
407:b45e6cd9f1d4 | 408:005633eed862 |
---|---|
60 * getFolderStatus to distinguish between these cases. | 60 * getFolderStatus to distinguish between these cases. |
61 */ | 61 */ |
62 QString getContainingRepoFolder(QString path); | 62 QString getContainingRepoFolder(QString path); |
63 | 63 |
64 QString xmlEncode(QString); | 64 QString xmlEncode(QString); |
65 | |
66 QString uniDecode(QString); | |
65 | 67 |
66 | 68 |
67 #endif //COMMON_H | 69 #endif //COMMON_H |
68 | 70 |
69 | 71 |