cubicweb/devtools/fix_po_encoding
changeset 12779 44147dab9d27
parent 11057 0b59724cb3f2
equal deleted inserted replaced
12778:8af81736f150 12779:44147dab9d27
     1 #!/usr/bin/python
     1 #!/usr/bin/python3
     2 
     2 
     3 """usage: fix-po-encodings [filename...]
     3 """usage: fix-po-encodings [filename...]
     4 change the encoding of the po files passed as arguments to utf-8
     4 change the encoding of the po files passed as arguments to utf-8
     5 """
     5 """
     6 import sys
     6 import sys