modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Correct utf-8 to utf8 when processing config file #10307

Open BobRay opened 10 years ago

BobRay commented 10 years ago

bobray created Redmine issue ID 10307

This is an easy mistake to make and is devilish to solve, since it usually won't show up until later. I think MODX sets things to Latin1 when this happens.

Either make the correction and/or issue an error message about an invalid character set setting.