merge
This commit is contained in:
parent
7b4c1d8859
commit
1c0d3bd8cf
74 changed files with 3893 additions and 2522 deletions
|
@ -7,6 +7,8 @@ else:
|
|||
ISP3 = False
|
||||
|
||||
def utf8string(s):
|
||||
if s is None:
|
||||
return "None"
|
||||
if ISP3:
|
||||
return s
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue