Hello All
I've successfully migrated my projeqtor DEV environment from 6.2.4 to 7.2.7 (I was doubtful but finally it's a great job from you to maintain migration pathes
).
Database is fine except that existing non-ascii chars are not well displayed.
Initial v6 DB had UTF8 charset and utf8_general_ci collation; same for new v7 database.
Did I miss something in the migration setup?
I'd like to solve this issue before migrating my PROD environment for 2 main reasons:
1) providing a correct data display to my users (obvious)
2) more important: make the projeqtor API return well-encoded chars! This is because I developed php scripts using API and json_decode()... which fails when API return json objects with incorrect chars
Thanks for your advices
I've successfully migrated my projeqtor DEV environment from 6.2.4 to 7.2.7 (I was doubtful but finally it's a great job from you to maintain migration pathes

Database is fine except that existing non-ascii chars are not well displayed.
Initial v6 DB had UTF8 charset and utf8_general_ci collation; same for new v7 database.
Did I miss something in the migration setup?
I'd like to solve this issue before migrating my PROD environment for 2 main reasons:
1) providing a correct data display to my users (obvious)
2) more important: make the projeqtor API return well-encoded chars! This is because I developed php scripts using API and json_decode()... which fails when API return json objects with incorrect chars
Thanks for your advices