laravel-oci8
laravel-oci8 copied to clipboard
Unicode Compatibility
I am using "yajra/laravel-oci8": "5.2.*",
i want to have support for unicode (hindi) in my application.
What i have to do?
Thanks in advance.
@AviRns I think unicode support had to be setup upon creation of database. We can set something like utf-8
on config but if the database does not support it then I think it may not work as expected.
Some ref: https://docs.oracle.com/cd/B19306_01/server.102/b14225/ch6unicode.htm
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.