asciinema/agg

Japanese kanas are not rendering

SilverBzH opened this issue · 3 comments

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:

  • Hardware: Apple M2
  • OS: macOS 13.2 (22D49)
  • agg: 1.4.2

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

agg_report_silver_bzh.zip

ku1ik commented

Can you try with --renderer=resvg?

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

Ok, thanks for the update!