mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user