parts of instruments.xml not translatable

• Jan 7, 2015 - 17:09
Type
Wording/Translation
Severity
S4 - Minor
Status
closed
Project

In a4327ac instruments.xml got 2 additions and one typo fixed, these changes so far haven't made there way to Transifex, hence are not translated nor translatable

Seems that (at least?) generateTs.py needs to get run, so instrumentsxml.h gets updated

When I tried this on Windows, I got:
...
longName C Soprano Ocarina
shortName C S. Oc.
Traceback (most recent call last):
File "generateTs.py", line 32, in
print "longName " +longName.text
File "c:/Qt/Tools/mingw491_32/opt/lib/python2.7/encodings/cp437.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeEncodeError: 'charmap' codec can't encode character u'\u266d' in position 10: character maps to

It seems here that under Windows at least it doesn't like the '♭'.


Comments