jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

Cant return UTF8 result #9

Closed zamarrong closed 8 years ago

zamarrong commented 9 years ago

I have this erro The Response content must be a string or object implementing __toString(), "boolean" given. when i trying to get data with utf8 charsets like "Almacén"

jacquestvanzuydam commented 9 years ago

Have you set the charset in your environment file?

zamarrong commented 9 years ago

Yes i have UTF8 in my .env file

2015-07-03 13:40 GMT-06:00 Jacques van Zuydam notifications@github.com:

Have you set the charset in your environment file?

— Reply to this email directly or view it on GitHub https://github.com/jacquestvanzuydam/laravel-firebird/issues/9#issuecomment-118412534 .

Ing. Jorge Zamarrón Gómez. Consultor en Marketing y Tecnología www.jorge-zamarron.com

jacquestvanzuydam commented 9 years ago

I have tried to replicate this based on the information you have given me. Any chance you can upload some sample code? I was able to store and retrieve data that had UTF8 characters.

zamarrong commented 9 years ago

i can give you mi team viewer if you can help me

2015-07-03 14:41 GMT-06:00 Jacques van Zuydam notifications@github.com:

I have tried to replicate this based on the information you have given me. Any chance you can upload some sample code? I was able to store and retrieve data that had UTF8 characters.

— Reply to this email directly or view it on GitHub https://github.com/jacquestvanzuydam/laravel-firebird/issues/9#issuecomment-118422261 .

Ing. Jorge Zamarrón Gómez. Consultor en Marketing y Tecnología www.jorge-zamarron.com

jacquestvanzuydam commented 9 years ago

Sorry, I didn't have time for a team viewer session, I would also rather look at some examples of what you're trying?

jacquestvanzuydam commented 8 years ago

Pending more feedback, this seems like a non-issue.