waddou / libass

Automatically exported from code.google.com/p/libass
1 stars 0 forks source link

libass rendering unicode control character with arabic subtitles #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. play any ASS file that has unicode control characters (like left to right 
mark)
2.notice the I-like characters.
3.

What is the expected output? What do you see instead?
control characters are to be hidden. 

What version of the product are you using? On what operating system?
I'm using mplayer2 from http://mplayer2.srsfckn.biz/mplayer2-x86_64-20120430.7z
(I couldn't find a way to find out the libass version in this build)

Please provide any additional information below. If relevant, please attach
the ASS/SSA script file and any fonts used in it.

Original issue reported on code.google.com by hsd2...@gmail.com on 10 May 2012 at 4:03

Attachments:

GoogleCodeExporter commented 8 years ago
Your libass is probably using FriBiDi's shaping engine instead of HarfBuzz's. 
For some reason, HarfBuzz shaping is not activated by default in libass 0.10. 
You can compile it with mplayer2 with the option activated.

Original comment by mos...@gmail.com on 13 May 2012 at 7:23

GoogleCodeExporter commented 8 years ago
This is fixed with revision de4092.

Original comment by g...@chown.ath.cx on 19 May 2012 at 3:06

GoogleCodeExporter commented 8 years ago
Thanks very much! its working now :cheers: 

Original comment by hsd2...@gmail.com on 24 May 2012 at 9:32

Attachments: