Hello,
I'm working on a new zen cart that will have the Czech language.
But I'm having problems to show the right characters on the screen.

I'm using : v1.3.9h
The settings are:

@setlocale(LC_TIME, 'czech','iso-8859-2')



// Global entries for the <html> tag
define('HTML_PARAMS','dir="ltr" lang="cs"');

// charset for web pages and emails
define('CHARSET', 'iso-8859-2');

The problems are with the " š " and more characters.

Hope somebody can tell me what charset I must use

Thanks