Bengali words printing out all wrong in manim
问题 I had been trying to animate bengali characters using Manim. I used this method to use pc fonts in Manim. Everything seemed to be working well until i saw the output. For instance, if i write বাংলা লেখা i get the output as (look closely at the output) বাংলা লখো. Most of the times it spits out absolutely meaningless words. The code used was: class test_3(Scene): def construct(self): text1 = Text('বাংলা লেখা', font='Akaash') text2 = Text('english text', font='Arial').move_to(DOWN) self.play