Skip to content

v0.1.1

  • v0.1.1
  • d76e6a1
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v0.1.1
  • d76e6a1
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Taure Taure tagged this 27 May 20:15
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.
Assets 2
Loading