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.