Showing posts with label hangul. Show all posts
Showing posts with label hangul. Show all posts

9/20/2020

fix hangul separating issue in mac

 

from unicodedata import normalize
def nfd2nfc(data):
return normalize('NFC', data)


normalize('ใ„ท ใ…“')

-> ๋”