>>> for char in "바이올린 켜면 바이올레이션":... print(ord(char))...4814851060507324753632530204773232481485106050732471125106049496>>> for char in "바이올린 켜면 바이올레이션":... print(ord(char))...435944494363446943634457452743574469452332436744554358445545233243594449436344694363445745274357445443634469436144554523const documentTitleEncoded = documentTitle.normalize("NFC");import unicodedataunicodedata.normalize('NFC', string)No comments yet. Be the first to share your thoughts.