I first tried changing the default_charset to euc-jp, but that didn't have an effect.
I changed the header.thtml file to have charset = {charset}, but it still showed up as iso-8859-1 when I load the page.
so I had to just hard code it in the header to charset=euc-jp. Doing this seems to work.First of all, is this the best solution? How can I control the value of {charset}?
-steve