convert lyrics and artist's info to current locale if needed
This commit is contained in:
@@ -716,7 +716,8 @@ Window &Window::operator<<(const double &d)
|
||||
|
||||
Window &Window::operator<<(const string &s)
|
||||
{
|
||||
wprintw(itsWindow, "%s", s.c_str());
|
||||
for (string::const_iterator it = s.begin(); it != s.end(); it++)
|
||||
wprintw(itsWindow, "%c", *it);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user