-
Notifications
You must be signed in to change notification settings - Fork 0
Arabic Shaping Support? #2
Description
Hi, thanks for this very cool library! Definitely the most succinct bidi library that I've found that isn't too much of a hassle to set up (because it doesn't require native bindings).
Are there any plans to support arabic shaping as part of this library (even though I realize it's not necessarily directly related to bidi support)? ICU implements this in Java as ArabicShaping (the docs here also contain an explanation for what it does!) and in the original C library as ushape. The data seems to be available as ArabicShaping.txt.
I also found an existing C# port of the Java version of ArabicShaping in an archived project. Maybe it can be a good starting point, since it's MIT licensed: https://github.com/sherif-elmetainy/DotnetGD/blob/master/src/CodeArt.Bidi/ArabicShaping.cs
Thanks for this lib either way! ❤