Ahmet Yusuf

Results 9 comments of Ahmet Yusuf

Hello John, The "tashkil" glyphs are marked to base attachments and they are not ligatures. They are divided into two types: 1. Above the character and they are `U+064b U+064c...

Thank you, I sent the fonts to your email. I deleted the video comment because I thought it was irrelevant 😥 Maybe it's a Unicode problem ?

Is there any update regarding this issue?

That's great to hear! here is a sample text of lorem ipsum but in Arabic: ``` لوريم ايبسوم دولار سيت أميت ,كونسيكتيتور أدايبا يسكينج أليايت,سيت دو أيوسمود تيمبور أنكايديديونتيوت لابوري...

no updates yet @johanmattssonm ?

I have the same problem, @drowolath solution didn't work for me

What solved it for me is that I reconverted the value with moment after the value were set, for example: ``` const value = this.refs.form.getValue(); from_time: moment(value.fromTime).format('HH:MM:SS'), ```