Import csv - encoding
| User, date | Message |
|---|---|
|
Written by BubikolRamios
2 years ago Category: Import/Export 275 posts since Thu, 14 Jan 10 |
1. Where is window 1252 encoding ? 2. Why are not encoding sorted alphabeticaly ? 3. My old wish - if I select certain encoding, that should be remembered for next csv import. Regards. |
|
Written by ansgar
2 years ago 4026 posts since Fri, 07 Apr 06 |
cp1252 is there, the 7th one from the top here. Encodings are sorted like they are on the server using SHOW CHARSET. |
|
Written by BubikolRamios
2 years ago 275 posts since Thu, 14 Jan 10 |
I don't know if that would do due to permisions, but mybe this could replace SHOW CHARSET. SELECT * FROM `INFORMATION_SCHEMA`.`CHARACTER_SETS` ORDER BY `DESCRIPTION`; |
|
Please login to leave a reply, or register at first. |