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

Support composite Telugu characters #2

Merged
merged 10 commits into from
Feb 15, 2022

Conversation

otacke
Copy link
Contributor

@otacke otacke commented Feb 10, 2022

When merged in, the regular expression provided by charRegex() will contain support for composite Telugu characters.

Telugu characters can consist of multiple code points that follow some particular rules and need to be handled separately. The proposed solution includes the amendment to the regular expression and a corresponding test based on programmatically creating all possible Telugu characters (could potentially be put in a separate module). Kudos to "Sushumna" for patiently explaining Telugu script.

Fixes #1

@otacke otacke mentioned this pull request Feb 10, 2022
@svishp
Copy link

svishp commented Feb 10, 2022

Thank you Oliver, you are amazing! Really surprised for your commitment and how you could understand the alphabets of the language, their combinations. Kudos to great work! A big salute! Eagerly waiting to see the language working!!

telugu-alphabet.js Outdated Show resolved Hide resolved
@Richienb Richienb changed the title Add support for composite Telugu characters Support composite Telugu characters Feb 15, 2022
@Richienb Richienb merged commit 00583a0 into Richienb:master Feb 15, 2022
@Richienb
Copy link
Owner

Thanks!

@otacke
Copy link
Contributor Author

otacke commented Feb 15, 2022

You're welcome. Sorry that I obviously caused some extra code tweaking work for you.

@svishp
Copy link

svishp commented Feb 15, 2022 via email

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.

Add support for Telugu
3 participants