Advertisement
pjmakey2

encoding_list

Nov 26th, 2012
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. #exportar lista de codificaciones soportadas
  2. from encodings.aliases import aliases
  3. print aliases.keys()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement