mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-12-02 03:22:19 +00:00
5 lines
123 B
Python
5 lines
123 B
Python
|
class Filenames:
|
||
|
unicode = 'smörbröd.py'
|
||
|
latin_1 = unicode.encode('latin-1')
|
||
|
utf_8 = unicode.encode('utf-8')
|