jacquestvanzuydam / laravel-firebird

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

Problems inserting special characters into the database #63

Closed HWilliamRS closed 6 months ago

HWilliamRS commented 5 years ago

Hello people,

I’m having some troubles when inserting especial characters(á,é,í,ó,ú,ñ) into de database. The FB I’m working with is encoded with ‘WIN1254’ charset and I can read properly any register that has especial characters, but when it comes to insert the data, it gets saved with the wrong encoding.

Note: When saving the data with plain php pdo, it works just fine.

Anyone has had this problem?