ASP.Net & MCMS Language problem

G

Guest

Hi,

We have an MCMS Site displaying content in ten different languages.

The problem is that when any other language is being used bar english the
title which is set to a placeholder is displaying strange square characters.

Has anyone come across this problem before and come up with a fix?
 
M

Masudur

Hi,

We have an MCMS Site displaying content in ten different languages.

The problem is that when any other language is being used bar english the
title which is set to a placeholder is displaying strange square characters.

Has anyone come across this problem before and come up with a fix?


Unicode problem...
 
G

Guest

Masudur said:
Unicode problem...
Yeah I thought as much. The same problem was happening with emails and the
square characters and I fixed this by setting the email bodyformat to
Encoding.UTF8
message.BodyEncoding = Encoding.UTF8;
But how do I change to unicode on a webpage?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top