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

"Text is too long" error for Thai diacritic #1996

Open
jo-elimu opened this issue Feb 12, 2025 · 1 comment · May be fixed by #2011
Open

"Text is too long" error for Thai diacritic #1996

jo-elimu opened this issue Feb 12, 2025 · 1 comment · May be fixed by #2011
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jo-elimu
Copy link
Member

Adding the letter diacritic ◌ว◌ for Thai language fails:

Image

Improve the input validation so that this letter can be added as well.

URL: http://tha.elimu.ai/content/letter/create

More details here: https://en.wikipedia.org/wiki/Help:IPA/Thai

@jo-elimu jo-elimu added bug Something isn't working good first issue Good for newcomers labels Feb 12, 2025
@jo-elimu
Copy link
Member Author

Same issue with เ◌อ

AbaSheger added a commit to AbaSheger/webapp that referenced this issue Feb 13, 2025
Fixes elimu-ai#1996

Increase the `@Size` and `@Column` annotation limits for the `text` field in `Letter.java` to 3 characters.

* Update `@Size` annotation for the `text` field to 3 characters.
* Update `@Column` annotation for the `text` field to 3 characters.
@AbaSheger AbaSheger linked a pull request Feb 13, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants