CSV ANSI CHARACTER CODE PROBLEM

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

CSV ANSI CHARACTER CODE PROBLEM

Post 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
Attachments
lms-user1 - Kopya.csv.zip
csv ansi file example
(680 Bytes) Downloaded 269 times
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: CSV ANSI CHARACTER CODE PROBLEM

Post by canelli »

Hi murat
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
---------------
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Re: CSV ANSI CHARACTER CODE PROBLEM

Post 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.
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: CSV ANSI CHARACTER CODE PROBLEM

Post 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)
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
---------------
Post Reply