flutter-quill
flutter-quill copied to clipboard
Please fix the Korean language bug
Is there an existing issue for this?
- [X] I have searched the existing issues
Flutter Quill version
9.3.6
Steps to reproduce
I'm using the Quill package in my app to apply styles to Korean text. However, I'm encountering issues because Quill doesn't handle Korean jamo combinations correctly.
Expected results
For example, when combining "ㄱ" and "ㅏ" to form "ga," the style is not applied correctly. Similarly, when combining consonants and vowels to form different characters, the style is not applied properly.
Actual results
How can I solve this issue? Is there a way to modify the Quill package to handle Korean jamo combinations correctly? Or has anyone encountered and solved this issue before?
Thank you.
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
You probably need to submit a PR for the fix since we are not familiar with the issue.