Skip to content

Instantly share code, notes, and snippets.

@dokipen
Created June 24, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dokipen/22f89879f1dfeb1f0f90 to your computer and use it in GitHub Desktop.
Save dokipen/22f89879f1dfeb1f0f90 to your computer and use it in GitHub Desktop.
a = u'Ա Բ Գ Դ Ե Զ Է Ը Թ Ժ Ի Լ Խ Ծ Կ Հ Ձ Ղ Ճ Մ Յ Ն Շ Ո Չ Պ Ջ Ռ Ս Վ Տ Ր Ց Ւ Փ Ք Օ Ֆ ՙ ՚ ՛ ՜ ՝ ՞ ՟ ա բ գ դ ե զ է ը թ ժ ի լ խ ծ կ հ ձ ղ ճ մ յ ն շ ո չ պ ջ ռ ս վ տ ր ց ւ փ ք օ ֆ և ։'
len(a.encode('punycode')) # 257
len(a.encode('utf-8')) # 254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment