Skip to content

Instantly share code, notes, and snippets.

@yuitest
Created December 19, 2014 22:45
Show Gist options
  • Select an option

  • Save yuitest/941a1c05a69d400c51b5 to your computer and use it in GitHub Desktop.

Select an option

Save yuitest/941a1c05a69d400c51b5 to your computer and use it in GitHub Desktop.
# coding: utf-8
import os
import unicodedata
[open(unicodedata.normalize(form, char).encode('utf8'), 'w')
for form in ('NFKC', 'NFKD')
for char in (u'ぬるぽ', u'が')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment