Character sets - please help

Hello people.

I’m building a website for somebody with multilingual capabilities, which works to the extent that things get translated okay, but the non-latin languages (Russian, Chinese etc) don’t display correctly. Does anyone know what character set I should be using?

Thanks
Me

unicode.

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

…is your friend… :slight_smile:

Yay, thanks

I already had UTF 8 but failed to do this: <%@ page contentType=“text/html; charset=utf-8”%>

Got there in the end (-: