CodeIgniter Forums
Cart class not working with swedish letters (Solved) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Cart class not working with swedish letters (Solved) (/showthread.php?tid=25788)



Cart class not working with swedish letters (Solved) - El Forum - 12-25-2009

[eluser]Unknown[/eluser]
Hi

I'm Daniel from sweden.

I just played around a bit with CI, and when i wanted to try the cart class i got a weird error.
If i try to add an item which name contains any of: ÅÄÖåäö the row simply won't be added to the cart session.

afaik i dit the right config for UTF8 pretty much everywhere, db,headers,CI config,codeeditor.

I would be happy if someone could help me out.


Thanks in advance
Daniel


Cart class not working with swedish letters (Solved) - El Forum - 12-25-2009

[eluser]Unknown[/eluser]
SOLUTION!
The solution wasn't so hard Smile
Check this thread if you need help.
http://ellislab.com/forums/viewthread/135112/

My way was: Delete the ifstatement Smile
(guess it is stupid in case i update the CI core later on.)


Cheers
Daniel