1

I have a oscommerce database with hebrew language and text are inserted in "øôàì" type with charset latin1_swedish_ci . I want to import database to opencart but data are insert in opencart as "רפאל" with charset utf8_general_ci . My question is how i convert "øôàì" type of data in as "רפאל" before inserted into opencart . Please help me solve it .

Thanks

Deepak Saini
  • 31
  • 1
  • 5
  • I don't get where is the problem... If the characters are already inserted in hebrew, why would you need to convert them to hebrew before that? Anyway, take a look at PHP's `mbstring` extension for that. – shadyyx Nov 26 '14 at 10:15
  • when i import data from oscommerce it is inserted in opencart in this form "øôàì" but i need to as "רפאל"(its actual hebrew text) My question is how i convert "øôàì" type of data in as "רפאל" before insert into opencart . – Deepak Saini Nov 26 '14 at 14:51

0 Answers0