Page 1 of 1

CSV ANSI CHARACTER CODE PROBLEM

Posted: Sat Jan 13, 2018 11:02 pm
by murat
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
lms-user1 - please help me about this subject Also I think formalms should make automatic convert this like csv files example file. Kopya.csv.zip

Re: CSV ANSI CHARACTER CODE PROBLEM

Posted: Mon Jan 15, 2018 12:47 pm
by canelli
Hi murat
you must create a csv file in UTF8 format

Re: CSV ANSI CHARACTER CODE PROBLEM

Posted: Mon Jan 15, 2018 11:25 pm
by murat
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.

Re: CSV ANSI CHARACTER CODE PROBLEM

Posted: Tue Jan 16, 2018 8:59 am
by canelli
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)