Fix Python 2 vs. Python 3 Unicode string issues
* Fixed issue with string concatenation that fails under Python 3 * Fixed issue with concatenating strings with potentially mixed encoding. All strings are now first converted to UTF-8 and then concatenated.
Please register or sign in to comment