You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
this is not an issue, but a question about config :
Is there a way to set charset in connection (config/database.php)?
I'm getting array of object from a query with some values like this :
1 => {#513
+"label": b"verre 41 cl"
+"code": "456987"
+"brand": "20"
}
"b" prefix before label "verre 41 cl" stand for "binary", which has to be decoded.
thanks
The text was updated successfully, but these errors were encountered:
Our data in de database is ISO-8859-1, but the clients need the data in UTF8. To accomplish this we modified the de DB2 processor configuration. See #80.
Hi,
this is not an issue, but a question about config :
Is there a way to set charset in connection (config/database.php)?
I'm getting array of object from a query with some values like this :
1 => {#513
+"label": b"verre 41 cl"
+"code": "456987"
+"brand": "20"
}
"b" prefix before label "verre 41 cl" stand for "binary", which has to be decoded.
thanks
The text was updated successfully, but these errors were encountered: