flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

Please fix the Korean language bug

Open Ch4n9hee opened this issue 10 months ago • 1 comments

Is there an existing issue for this?

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]

Ch4n9hee avatar Apr 07 '24 06:04 Ch4n9hee

You probably need to submit a PR for the fix since we are not familiar with the issue.

singerdmx avatar Jun 15 '24 17:06 singerdmx