Quote Originally Posted by Feznizzle View Post
Dumb question... but I have to ask!

On an old zc139h, I'm attempting to follow CONVERT TO UTF8 instructions found here:
https://www.zen-cart.com/content.php...8859-1-to-utf8

Step one says set the define for CHARSET to 'utf-8'.
Step two says set DB_CHARSET to 'utf8'.

The first reference contains a dash (utf-8), the second does not. Is that correct?
Yes.

Browsers want it one way, and databases want it the other way. Irritating, but true.