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

유니코드 정규화되지 않은 한글 자모 문자열에 대한 메서드 미작동 문제 #40

Open
SeojinSeojin opened this issue Nov 10, 2024 · 0 comments

Comments

@SeojinSeojin
Copy link

문제 상황

  • 완성된 음절이 아닌 분리된 자모 문자열에 대해 hangul.js의 메서드가 예상대로 동작하지 않습니다. 아래 사진 예시의 "네트워크"를 예상대로 decompose하지 않습니다.
  • 이유는 전자의 "네트워크"가 분리된 자모 문자로 구성된 문자이기 때문입니다. 후자의 "네트워크"는 완성된 한글 음절로 구성되어 예상대로 동작합니다.
스크린샷 2024-11-10 오후 11 31 36

제안 사항

  • 분리된 자모 문자열에 대한 지원 추가
  • NFC 정규화 옵션 추가
    • hangul.js에서 내부적으로 NFC 정규화를 처리하거나, 옵션으로 제공할 수 있다면 좋을 것 같습니다.
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

No branches or pull requests

1 participant