Hi all

I am having real trouble coming up with the right code in Javascript for some Croatian characters.
This is the code I have
Code:
trans["Keywords"] = "Ključne riječi";
but the č character needs to be encoded somehow, but I just cannot figure out how to do it.
I thought I had to use
Code:
\& #269;     (without the space after &)
but that is not working, and searching the web is not giving me any joy.

Thanks