Skip to content

Conversation

@benjaminp
Copy link
Contributor

@benjaminp benjaminp commented Jun 6, 2018

@benjaminp benjaminp force-pushed the benjamin-unicode-11 branch 2 times, most recently from 2a16b33 to ee429da Compare June 6, 2018 04:18
Also, standardize indentation of generated tables.
@benjaminp benjaminp force-pushed the benjamin-unicode-11 branch from ee429da to 49b05a8 Compare June 6, 2018 04:36
return
(0x3400 <= code && code <= 0x4DB5) || /* CJK Ideograph Extension A */
(0x4E00 <= code && code <= 0x9FEA) || /* CJK Ideograph */
(0x4E00 <= code && code <= 0x9FEF) || /* CJK Ideograph */
Copy link
Member

Choose a reason for hiding this comment

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

Hi @benjaminp, why did you change the value? just for my own info, I am interested.
Thank you

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

thanks for the info.

return
(0x3400 <= code && code <= 0x4DB5) || /* CJK Ideograph Extension A */
(0x4E00 <= code && code <= 0x9FEA) || /* CJK Ideograph */
(0x4E00 <= code && code <= 0x9FEF) || /* CJK Ideograph */
Copy link
Member

Choose a reason for hiding this comment

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

thanks for the info.

@miss-islington
Copy link
Contributor

Thanks @benjaminp for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-7470 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 7, 2018
Also, standardize indentation of generated tables.
(cherry picked from commit 7c69c1c)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
ned-deily pushed a commit that referenced this pull request Jun 7, 2018
Also, standardize indentation of generated tables.
(cherry picked from commit 7c69c1c)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
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.

7 participants