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

Check pantheon::String correctness for right-to-left languages #9

Open
bSchnepp opened this issue Jun 7, 2021 · 0 comments
Open

Check pantheon::String correctness for right-to-left languages #9

bSchnepp opened this issue Jun 7, 2021 · 0 comments
Assignees

Comments

@bSchnepp
Copy link
Owner

bSchnepp commented Jun 7, 2021

Correct parsing of length and other properties for these languages is currently not done.

Specifically, some test cases need to be added to check that:
- The length of the right-to-left (or left-to-right) marker character is ignored for CharLength(), but counted for DataLength()
- That a single character is always counted as a single character, even if that character is modified by a subsequent letter.
- That the returned value of a given character is the byte at the location, per the specification for operator[].
- Mixing these with Latin script should work as intended.

@bSchnepp bSchnepp self-assigned this Jun 7, 2021
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