nystudio107 / craft-connect

Allows you to connect to external databases and perform db queries
MIT License
16 stars 5 forks source link

[FR] charset #1

Closed codedesign closed 2 years ago

codedesign commented 5 years ago

Hi there, absolute fan of your plugin. The only issue we are facing is with the encoding. It would be great if the charset could be defined in the connection. Now i have to convert it in Twig. For Example:

{%set overallComment = reviewVal.overallComment| raw | convert_encoding('UTF-8', 'ISO-8859-1')%}

khalwat commented 5 years ago

How would you envision this working?