2018-07-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'RDEscapeString' function that caused corruption
	in UTF-8 strings.
	* Added a UTF-8 complaint MySQL driver in 'drivers/qt3-mysql-utf/'.
This commit is contained in:
Fred Gleason
2018-07-25 07:44:48 -04:00
parent c722e4fe09
commit 15f21fb4ec
16 changed files with 1503 additions and 62 deletions

View File

@@ -24,7 +24,8 @@ Hostname=localhost
Loginname=rduser
Password=letmein
Database=Rivendell
Driver=QMYSQL3
Driver=QMYSQL3 ; Stock Latin1-capable driver supplied by TrollTech
;Driver=QNYSQLUTF8 ; UTF-8-capable driver packaged within Rivendell
; The following three settings control the attributes of new DB tables
; created by Rivendell.