Changeset 82640 in vbox for trunk/src/VBox
- Timestamp:
- Dec 22, 2019 10:02:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r82635 r82640 78 78 else: 79 79 if not isinstance(sString, unicode): 80 return unicode(sString, encoding , errors);80 return unicode(sString, encoding if encoding else 'utf-8', errors); 81 81 return sString; 82 82
Note:
See TracChangeset
for help on using the changeset viewer.