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

Handle EUDC before the index in Shift_JIS #54

Merged
merged 3 commits into from Jun 21, 2016
Merged

Handle EUDC before the index in Shift_JIS #54

merged 3 commits into from Jun 21, 2016

Conversation

annevk
Copy link
Member

@annevk annevk commented Jun 1, 2016

Fixes #52.

@annevk
Copy link
Member Author

annevk commented Jun 1, 2016

Note to self: generate before merging.

@hsivonen, assigned to you for review.

8836 to 10528, inclusive, return a code point whose value is
0xE000 + <var>pointer</var> &minus; 8836.
<p>If <var>pointer</var> is in the range 8836 to 10528, inclusive, return a code point whose
value is 0xE000 + <var>pointer</var> &minus; 8836.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the spirit of the other change in the pipeline, I suggest reordering this to 0xE000 &minus; 8836 + <var>pointer</var>.

@hsivonen hsivonen assigned annevk and unassigned hsivonen Jun 21, 2016
@hsivonen
Copy link
Member

r+ with the suggested reordering.

@annevk annevk merged commit 7056fc3 into master Jun 21, 2016
@annevk annevk deleted the eudc-first branch June 21, 2016 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants