쌍자음이 초성에 분절로 들어왔을 때의 처리#5
Open
hohoonlee wants to merge 2 commits into
Open
Conversation
Owner
|
안녕하세요. 먼저 기여 감사합니다. 궁금한 점이 두가지 있는데요
사실 이런 문제는 라이브러리의 동작 명세가 분명치 않다는 점 때문입니다. 현재는 "2벌식 키보드에서 누르는 키의 배열" 이런 식으로 얘기를 하고 있는데 사실 더 명확히 할 필요가 있죠. 2벌식 키보든는 레이아웃 표준일 뿐 동작 표준이 되지 못하니까요. 가령 맥에서는 ㅂㅂ가 ㅃ로 입력되지만 윈도우에선 그렇지 않죠. |
Author
|
명세가 불명확한 것은 있지만, 제 필요성에 의한 패치였습니다.
제가 적용하고 있는 부분은 'ㅅㅅㅣ발', 'ㅅ시발' 이렇게 비속어를 쓰는 사람이 있어서 이걸 '씨발'로 보고 필터링할려고 하고 있습니다. 생각하시는 정책과 다르다면 무시하셔도 괜찮습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hangul.js를 사용하고 있는데 'ㅅㅅㅣ'라고 입력되는 경우 'ㅅ시'로 assemble이되고 있습니다.
제가 사용하는 용도에서는 '씨'로 assemble되는게 좋아서 변경해 봤습니다.
assemble함수의 원래 용도와 차이가 있는지 모르겠습니다.