I assume the problem is with characters outside the normal character set of whatever your local language is -- ie, with foreign characters?
Character encodings are a pretty complex topic, but possible things to check:
- Are the characters displaying properly in the database itself?
- Are you specifying the correct character set when outputting your web page?
- Is your font capable of displaying the characters that are showing up garbled?