2018-10-16 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'RDIdValidator' and 'RDTextValidator' classes
	that caused them to throw exceptions when processing certain
	multi-byte UTF-8 characters.
This commit is contained in:
Fred Gleason
2018-10-16 20:49:40 -04:00
parent 9bfc6d6a8f
commit 3aac166983
10 changed files with 97 additions and 34 deletions

View File

@@ -17803,3 +17803,7 @@
restarting the 'rivendell' service.
* Updated rdselect(8) to use the proper Systemd idiom for
restarting the 'rivendell' service.
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'RDIdValidator' and 'RDTextValidator' classes
that caused them to throw exceptions when processing certain
multi-byte UTF-8 characters.