From 271c7cabf5e16a1afed560b9f707b3955b3ec725 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 28 Jan 2010 11:32:39 +0100 Subject: converted all strings and chars to wstrings and wchar_ts all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files --- src/base/lyric_word.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/lyric_word.hpp') diff --git a/src/base/lyric_word.hpp b/src/base/lyric_word.hpp index 4b19b13c..54f2ea3f 100644 --- a/src/base/lyric_word.hpp +++ b/src/base/lyric_word.hpp @@ -44,10 +44,10 @@ namespace usdx int beat; int length; int height; - std::string text; + std::wstring text; public: - LyricWord(const char type, const int beat, const int length, const int height, const std::string& lyric); + LyricWord(const wchar_t type, const int beat, const int length, const int height, const std::wstring& lyric); virtual ~LyricWord(void); }; }; -- cgit v1.2.3