mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-30 10:52:17 +00:00
4 lines
123 B
Python
4 lines
123 B
Python
class Filenames:
|
|
unicode = 'smörbröd.py'
|
|
latin_1 = unicode.encode('latin-1')
|
|
utf_8 = unicode.encode('utf-8')
|