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

Switch the RTL characters array to a ranges array #341

Merged
merged 1 commit into from
Mar 30, 2016

Conversation

gkatsev
Copy link
Contributor

@gkatsev gkatsev commented Jun 12, 2015

Not having the complete array in the source but instead, just the
possible ranges has a size saving of about 15Kb.
In addition, usage was change to a function called 'isStrongRTLChar'
which makes the code clearer and more readable.

@RickEyre
Copy link
Contributor

@gkatsev awesome! Can you squash the two commits? We don't want any broken builds. Looks good after that.

@gkatsev
Copy link
Contributor Author

gkatsev commented Jun 17, 2015

Sure.

Not having the complete array in the source but instead, just the
possible ranges has a size saving of about 15Kb.
In addition, usage was change to a function called 'isStrongRTLChar'
which makes the code clearer and more readable.
@gkatsev
Copy link
Contributor Author

gkatsev commented Jun 17, 2015

Squashed.

@gkatsev
Copy link
Contributor Author

gkatsev commented Sep 23, 2015

@RickEyre hey, any updates on this? Thanks!

@gkatsev
Copy link
Contributor Author

gkatsev commented Mar 30, 2016

Any updates on this?

@rillian
Copy link
Contributor

rillian commented Mar 30, 2016

@RickEyre said it looks good and it passes tests, so merging.

@rillian rillian merged commit bc8fe56 into mozilla:master Mar 30, 2016
@gkatsev
Copy link
Contributor Author

gkatsev commented Mar 30, 2016

Sweet!

@gkatsev gkatsev deleted the strong-rtl-characters branch March 30, 2016 23:41
@RickEyre
Copy link
Contributor

RickEyre commented Apr 1, 2016

Thanks @rillian @gkatsev

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

Successfully merging this pull request may close these issues.

None yet

3 participants