Skip to content

Instantly share code, notes, and snippets.

View miroblog's full-sized avatar

Lee Hankyol miroblog

  • -
  • Seoul, South Korea
View GitHub Profile
@miroblog
miroblog / at_unicode.py
Last active January 22, 2021 02:18
at_unicode
#
# Copyright 2017 Atlas Guide (Author : Lucas Jo)
#
# Apache 2.0
#
import unicodedata
import re
measureUnits = "".join(chr(i) for i in range(0xffff) if i >= 0x3380 and i<=0x33DD)
percents = ''.join(chr(i) for i in range(0xffff) \