Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting script of each code unit in an array #5

Open
mta452 opened this issue Nov 25, 2018 · 0 comments
Open

Getting script of each code unit in an array #5

mta452 opened this issue Nov 25, 2018 · 0 comments

Comments

@mta452
Copy link
Member

mta452 commented Nov 25, 2018

Currently, the script runs are identified in an iterating fashion. But sometimes an array turns out to be a better option to find out the overlapping regions of bidi runs and script runs. Technically it's not a big effort to write a utility function that fills out the script array by iterating over script runs. However, it would be really helpful if such a utility function is already provided in the library.

For example, it was a simpler approach for Java interoperability in Tehreer-Android. The relevant piece of code is available in ScriptClassifier.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant