|
|
Solfege /
UnicodeNotesUnicode decode exceptions has been a problem for a long time with GNU Solfege. We need to decode all strings to unicode as soon as possible. We should use only unicode strings internally. A list of sources of byte strings to watch out for:
DataparserStatus per 2.9.2, almost ready with 3.9.3
The Dataparser class' method parse_string take a # -*- coding: iso-8859-1 -*- This breaks with what we say above, that we should convert all strins to unicode as soon as they enter the program. |