pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-08-12
2006-08-12 03:27:27 by Martin Stjernholm <mast@lysator.liu.se>
708b69c9e5a11ca2b5e1279cbd9397adb6c0147f (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fix.
Rev: lib/modules/Sql.pmod/mysql.pike:1.27
1:
/*
-
* $Id: mysql.pike,v 1.
26
2006/08/12 03:
06
:
06
mast Exp $
+
* $Id: mysql.pike,v 1.
27
2006/08/12 03:
27
:
27
mast Exp $
* * Glue for the Mysql-module */
712:
update_unicode_encode_mode_from_charset (lower_case (charset));
-
if (options->unicode_decode_mode)
+
if (
charset == "unicode")
+
utf8_mode |= UNICODE_DECODE_MODE;
+
else if (
options->unicode_decode_mode)
set_unicode_decode_mode (1); } else {