v0.1.1
The g-mark was written as \xHH byte escapes, but inside a ~"..." sigil
those are Latin-1 code points that then get UTF-8 re-encoded, so the
header rendered as mojibake (楽団). Use codepoint escapes
(\x{697D}\x{56E3}) so the sigil emits the correct UTF-8 bytes.