Hello Netasp,
Regarding on the question you mentioned, it is called BIDI text
manipulation in internationalization. Based on my experience, for bidi text
rendering in web application, it is mostly rely on the html content and
client-side browser support. And ASP.NET or other server-side technology
hasn't much control on this.
For web application pages which will display BIDI text, we should take care
of the following points:
1. In our server-side application code, always use unicode to store those
BIDI text
2. In web page content(html), use those bidi specifric attribute to specify
how to text will display. e.g:
<span dir="rtl" > ................</span>
You can find most information about BIDI text processing in the following
I18N portal site:
#Bidirectional text
http://www.w3.org/International/resource-index#bidi
Meanwhile, I'll discuss with some other globaldev engineers to see whether
there're any other more specific support in .net/ASP.NET. I'll inform you
when I get any update.
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.