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
If you encounter issues with char fields containing characters outside the invariant character set (for example: "ü") please see : https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014094907
36
36
For PHP applications using the UTF8 locale the workaround to prevent the extra garbage data is to set the following connection string keyword:
@@ -146,4 +146,4 @@ the same way as above
146
146
147
147
## Usage
148
148
149
-
Consult the [Laravel framework documentation](http://laravel.com/docs).
149
+
Consult the [Laravel framework documentation](https://laravel.com/docs).
0 commit comments