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

NormalizerNFKC: rename unify_katakana_g_sounds to unify_katakana_gu_small_sounds #1513

Merged
merged 3 commits into from
Feb 6, 2023

Conversation

HashidaTKS
Copy link
Contributor

@HashidaTKS HashidaTKS commented Feb 3, 2023

It's for consistency with unify_katakana_du_small_sounds.

@HashidaTKS
Copy link
Contributor Author

@kou

Would you review this when you have time_

@kou
Copy link
Member

kou commented Feb 6, 2023

Could you use gu_small_sounds?

@HashidaTKS
Copy link
Contributor Author

Could you use gu_small_sounds?

Sure, I have renamed.

lib/normalizer.c Outdated
@@ -1707,7 +1707,7 @@ grn_nfkc_normalize_unify_katakana_di_sound(grn_ctx *ctx,
}

static const unsigned char *
grn_nfkc_normalize_unify_katakana_g_sounds(grn_ctx *ctx,
grn_nfkc_normalize_unify_katakana_gu_small_sounds(grn_ctx *ctx,
const unsigned char *start,
Copy link
Member

Choose a reason for hiding this comment

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

Indent...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry...

Copy link
Member

Choose a reason for hiding this comment

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

We need our formatter configuration and a lint CI job...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@kou kou changed the title NormalizerNFKC: rename unify_katakana_g_sounds to unify_katakana_gu_sounds NormalizerNFKC: rename unify_katakana_g_sounds to unify_katakana_gu_small_sounds Feb 6, 2023
@kou kou merged commit 77d3b19 into master Feb 6, 2023
@kou kou deleted the rename-g-sounds-to-gu-sounds branch February 6, 2023 07:44
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

2 participants