merged branch GromNaN/patch-2 (PR #287)
Commits ------- 0676cd2a Use the application charset as default charset for `$app->escape()` method. Discussion ---------- Use the application charset as default charset for $app->escape() method --------------------------------------------------------------------------- by igorw at 2012-03-21T11:47:47Z👍 I'm curious, are you using something other than UTF-8? --------------------------------------------------------------------------- by GromNaN at 2012-03-21T12:04:21Z @igorw The database is encoded in ISO-8859-15. With this patch, I'll only have to change the app charset once the database converted to UTF-8.
Showing
Please register or sign in to comment