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

Group ideographic characters in tag cloud #613

Merged
merged 2 commits into from
Mar 16, 2024

Conversation

jonathan-s
Copy link
Contributor

@jonathan-s jonathan-s commented Jan 28, 2024

Fix #588, following the suggestion of using regex to find the ideographic range in this SO answer https://stackoverflow.com/a/2718203/554903

We group the ideographic characters together, while keeping other chinese, japanese and korean characters apart.

(just for the record, I speak japanese).

Following the suggestion of using regex to find the ideographic
range in this SO answer https://stackoverflow.com/a/2718203/554903

We group the ideographic characters together, while keeping other
chinese, japanese and korean characters apart.
@jonathan-s jonathan-s changed the title Fix #588, Ideographic characters should be grouped together. Ideographic characters should be grouped together. Jan 28, 2024
@sissbruecker
Copy link
Owner

Thanks! Let's go with this approach for now, otherwise an option for disabling grouping might be an alternative.

@sissbruecker sissbruecker changed the title Ideographic characters should be grouped together. Group ideographic characters in tag cloud Mar 16, 2024
@sissbruecker sissbruecker merged commit 683cf52 into sissbruecker:master Mar 16, 2024
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.

Support disabling alphabetical grouping in tag cloud
2 participants