Currently I have utf8 charset (doctrine.dbal.charset)
How can I provide possibility for any encoding-data to store in db?
My application provides possibility for users to upload files (csv) with data. Data will be excluded and stored into database to different columns respectively.
The problem is that they upload not only utf8-encoded files. Most of converters loose/spoil data while converting (e.g.: cp1251 -> utf8)