Accessing translation data standardized

This commit is contained in:
2016-03-02 10:45:22 +01:00
parent c44b449a36
commit 4e5811803a
3 changed files with 24 additions and 20 deletions

View File

@@ -36,8 +36,8 @@ namespace ZRCola {
///
class translation {
public:
wchar_t chr; ///< composed character
std::wstring str; ///< decomposed string
wchar_t chr; ///< Composed character
std::wstring str; ///< Decomposed string
};
public: