Hello,
I have a oracle database and i connected to it with oci8. I send data with a web-service in the encoding utf-8 in the soap envelope. The data which I want to send to the oracle database also has the encoding utf8. In my database.yml I set the encoding german_germany.WE8ISO8859P1. But the data which is save in the database have no Umlauts ( ?, ö, ä, ü). I tried to switch the encoding with Iconv, but it didn't work.
Can sombody help me,
Nils
PS. sorry of my bad english