display chinese and japanese in a latin based only server.

V

Victor

Hi guys i am facing a real big problem here. I bought a hosting plan and try
to build my own website. my website has several language version(chinese
english japanese). but i just found out the server in my plan only support
the latin based character sets. So my chinese version and japanese version
can not be displayed correctly. But i dont want to switch my plan( that
means i need to pay much more). Is there anyway i can display chiese and
japanese correctly in this situation? Any help will be great.

Thanks a lot
Victor
 
S

Steven Cheng[MSFT]

Hi Victor,

From your description, I understand that you're developing an web
application which need to display multi-lingual characeters/text in the
pages. However, since the webserver only support lartin based single byte
chars, you're wondering how to resolve the problem, correct?

Based on my understanding, for web application since the web page content
is constructed as HTML stream and flush to client-side, it is depend on the
client-side browser's charset, font that can support different
region/language's text. So even if your webserver is a configured as a
lartin region charset/codepage, you can write out unicode chars in your web
page and the client-side should be able to display them as long as the
client-side machine has installed the correct fonts for the certain
languages.

For the problem you mentioned here:

==========
So my chinese version and japanese version can not be displayed correctly.
===============

are you visiting the web page directly on the webserver locally? If so,
this is the expected behavior since your webserver doesn't contains the
multi-lingual fonts resources. You can test the page from some other
machine that has installed the correct language fonts.

Here are some resources on developing multilingual/word ready application
from Microsoft globaldev portal:

#Designing a World-Ready Program
http://www.microsoft.com/globaldev/getWR/DesignWRProg/default.mspx

#Globalization Step-by-Step
http://www.microsoft.com/globaldev/getWR/steps/wrguide.mspx

For .NET/asp.net specific resource, you can search "Globalization" or
"localization" in MSDN.

Also, if you have any more specific questions or concerns here, welcome to
discuss here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

Steven Cheng[MSFT]

Hi Victor,

Have you got progress on this issue or does the information in my last
reply help you some? If there is anything else we can help, please feel
free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 

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