Hi,
I want to import multi user with CSV.But if I converted excel to csv, csv file format is going to ANSI
After I don't see my user name, surname, or I see a lot of garbled characters when I uploaded into my lms
CSV ANSI CHARACTER CODE PROBLEM
CSV ANSI CHARACTER CODE PROBLEM
- Attachments
-
- lms-user1 - Kopya.csv.zip
- csv ansi file example
- (680 Bytes) Downloaded 305 times
Hello,I'm Murat. If you need me, you can contact my mail
Re: CSV ANSI CHARACTER CODE PROBLEM
Hi murat
you must create a csv file in UTF8 format
you must create a csv file in UTF8 format
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: CSV ANSI CHARACTER CODE PROBLEM
anellic wrote:Hi murat
you must create a csv file in UTF8 format
this is not a solution for me. because most people usually convert from excel to csv.
Hello,I'm Murat. If you need me, you can contact my mail
Re: CSV ANSI CHARACTER CODE PROBLEM
Murat
the encoding of the csv uploaded file must be in sync with the encoding of database, of the page generated by php and delivered by web server .
forma.lms handle all of these encoding in UTF8 . If you want use a different encoding, you can change it beginning from database.
UTF8 is the best encoding for majority of languages. Also semplified chinesee or japan can be handle by UTF8 (best suite with utf16 or utf32)
the encoding of the csv uploaded file must be in sync with the encoding of database, of the page generated by php and delivered by web server .
forma.lms handle all of these encoding in UTF8 . If you want use a different encoding, you can change it beginning from database.
UTF8 is the best encoding for majority of languages. Also semplified chinesee or japan can be handle by UTF8 (best suite with utf16 or utf32)
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------