This commit is contained in:
Jean-Francois Dockes 2014-09-11 08:40:09 +02:00
parent 7b4c1d8859
commit 1c0d3bd8cf
74 changed files with 3893 additions and 2522 deletions

View file

@ -7,6 +7,8 @@ else:
ISP3 = False
def utf8string(s):
if s is None:
return "None"
if ISP3:
return s
else: