Forum Moderators: open
I tried the conversion for "UTF8" sucessfully but don't know how (which tool to use) for GB2312.
For "UTF8" encoding:
- In Excel, saved the xls files as "Unicode Text" type.
- In Notepad, opened the unicode txt files and save again as "UTF8" encoding
- Run "Load Data" command from mysql command line to import the "UTF8" encoding files
- I am able to view the data in Simplied Chinese from phpMyAdmin if I set my browser to "UTF8" encoding
Since neither Excel nor Notepad allows me to save file to "GB2312" encoding, I have no clues how to import the data file to mysql in order to display in GB2312 encoding website.
Any suggestions?