importation in foreign language
Brought to you by:
jekkos,
pappastech
hello and well done on the open source software you distribute .
I am using pos 2.1.1 and I see its database is a general_ci(utf-8)
when i add a customer or item manually it saves in the field with
the greek characters
when i do the same with csv importation it saves only everything
else but greek
I added some extra fields I looked a bit some php files in controllers and I just
cant figure it out . Any kind of help is much appreciated . Billy
I am not good with php and since I have noticed that if you place a special symbol(%) in the beginning of every cell
the importation works . Then I run an sql query to remove that character from the table UPDATE ospos_people SET first_name = REPLACE( first_name, "%", "" ) ;
, therefore this workaround is producing the wanted result . The true solution ofcourse would be a php patch , if so I will keep my eyes open . regards Billy