When I open a utf8 file (with BOM) and :
- leave encoding "auto-detection", the application raise error "stream read error".
- I specified encoding "utf8", the application raise error "stream read error".
- I specified encoding "unicode", the application freeze.
When I open a utf8 file (WITHOUT BOM) and :
- leave encoding "auto-detection", work but not "decode" accent/specials characters (Result : "Bol en céramique fleurs" expected : "Bol en céramique fleurs");
- I specified encoding "utf8", the application raise error "stream read error";
- I specified encoding "unicode", the application freeze.
N.B. (1) The sql file is an export from mysqldump. N.B. (2) When I import with phpMyAdmin (and specified utf-8 encoding in html form), BOTH (with and without BOM) imports work perfectly. Note : I like so much HeidiSQL that phpMyAdmin except for this probem.
========================================
And for suggestion, an option for execute directly the file (not just the big files).