Building a Chinese website - assistance appreciated

Building a Chinese website - assistance appreciated

Author
Discussion

jacobyte

Original Poster:

4,730 posts

244 months

Tuesday 30th January 2007
quotequote all
We have a requirement for a Chinese language verson of a UK website we're doing.

In the past we've built multi-lungual Content Managed websites, but all using the Western alphabet (which allows for circonflexes, umlauts, etc).

So, as a test I tried pasting some text from a random Chinese website into our Rich Text Editor and it appeared to paste in fine - i.e. all the chinese characters appeared as expected.

Hitting "save" enters the updated text into a SQL database. Then hitting "Publish" creates an XML file with all meta data and content for that page, which is then shoved into an XSL stylesheet onto an aspx page.

But in tihs instance, when publishing and then viewing the live page, it was just the usual gibberish code that you'd see in a plain text editor.

What is the missing link? Anyone? (Not sure if it's Cantonese or Mandarin - we'll get to that later!)

Cheers

TangoAlpha

1,175 posts

256 months

Tuesday 30th January 2007
quotequote all

scorp

8,783 posts

231 months

Wednesday 31st January 2007
quotequote all
[pedant]Cantonese and Mandarin are spoken languages, the written ones are called traditional and simplified[/pedant]

Why not use UTF16 encoding, thats worked for me in the past for Chinese, Japanese and Korean.


Edited by scorp on Wednesday 31st January 03:48

jacobyte

Original Poster:

4,730 posts

244 months

Wednesday 31st January 2007
quotequote all
Thanks all, I think we have a winner