Quote Originally Posted by conor View Post
Hi Jeroen,
(2.6.0 is most recent release, a slightly newer version will be out later this month).

For your reference:

PHP Code:
htmlentities($products_nameENT_COMPATCHARSET
..is how UTF8 is supported in the htmlentities function.
Ahh, thats too bad, i just downloaded and used version 2.2.4 which was the latest available in the zen-cart downloads section. Didn't realise there would be a newer version elsewhere, i'll go and find that one.

Thanks for explaining the htmlentities, i still have some minor issues with utf8, it is good to know i can use the function in this way to support the char set.