codepair-old
codepair-old copied to clipboard
Korean text phenomenon of separation of consonants(자모분리 현상) on Mobile
What happened: When writing in shared documents on mobile, there is a phenomenon of separation of consonants(자모분리 현상).
What you expected to happen: 욜키(expected) -> ㅇㅛㄹㅋㅣ(output)
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Operating system: ios 14.8
- Browser and version: safari
I checked this problem for a while, This problem seems to be reproduced in CodeMirror(v5). When tested on the CodeMirror V6 demo page, the problem seems to have been corrected. (https://codemirror.net/6/) However, since v6 is still in the beta phase, I think we can proceed with the version-up later.
I share the relevant information for reference. :relaxed:
Reference Issue : codemirror/CodeMirror#3690 (comment) Reference Issue : https://github.com/nhn/tui.editor/issues/1196#issuecomment-692666490
Could i try this issue?
I tried it but SimpleMDE
has a strong dependence on Codemirror 5, so I think it will be a large task if we migrate Codemirror 5 to 6.