asciinema / agg

asciinema gif generator
Apache License 2.0
1.12k stars 38 forks source link

Japanese kanas are not rendering #47

Closed SilverBzH closed 1 year ago

SilverBzH commented 1 year ago

Describe the bug The Japanese kana are not rendering in the gif but they do in the .cast file.

To Reproduce Steps to reproduce the behavior:

  1. Record an asciinema: asciinema rec demo.cast
  2. write down some Japanese.
  3. Transform it into gif: agg demo.cast demo.gif
  4. Play the gif and see the Japanese letter are not rendering.

Expected behavior The Japanese letter should render.

Versions:

Additional context Please find attach a zip with a .cast, .gif and the associated txt recorded.

agg_report_silver_bzh.zip

ku1ik commented 1 year ago

Can you try with --renderer=resvg?

SilverBzH commented 1 year ago

Yes indeed it does work, I am able to see the kanas ! But then I'm falling back to #10. I'll close this issue then :), thanks !

ku1ik commented 1 year ago

Ok, thanks for the update!