2019-09-02 Fred Gleason <fredg@paravelsystems.com>

* Modified the 'pypad' module so as not to throw a
	'UnicodeDecodeError' exception when processing a PAD update
	containing an invalid UTF-8 character.
This commit is contained in:
Fred Gleason
2019-09-02 11:46:59 -04:00
parent 1b70e21d0e
commit a6c1361d43
2 changed files with 7 additions and 2 deletions

View File

@@ -19080,3 +19080,7 @@
2019-09-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'pypad' module that caused the DB connection
to be opened in 'latin1' mode.
2019-09-02 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'pypad' module so as not to throw a
'UnicodeDecodeError' exception when processing a PAD update
containing an invalid UTF-8 character.