viliusle / miniPaint

online image editor
http://viliusle.github.io/miniPaint/
Other
2.6k stars 606 forks source link

Fix Arabic typing Problems #307

Closed bloogtricks closed 2 years ago

bloogtricks commented 2 years ago

Arabic letters are not joined together Screenshot 2022-03-24 at 01-41-52 miniPaint

Giwayume commented 2 years ago

I don't know much about arabic, but if you trying to type right to left that's not coded right now.

Giwayume commented 2 years ago

Ok, this is an extremely complicated problem to solve. It involves implementing bidirectional runs of text, and being able to detect the bidi class of a unicode character. There's also a ton of logic around joining letters.

I seriously doubt I'll have the mental capacity to tackle this, but here's the spec if anyone is interested.

https://www.w3.org/TR/alreq/

viliusle commented 2 years ago

Ok, this is an extremely complicated problem to solve

In this case, lets use our time on higher priority tasks.