Status: Unconfirmed Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 6725 by xiaomeiji20071129: recognize URL or domain name containing International Domain Name http://code.google.com/p/chromium/issues/detail?id=6725 URL need to be displayed LTR no matter in LTR environment (such as English Chrome) or RTL environment (such as Hebrew Chrome). URL might contain non-Ascii characters, such as an international domain name, for example http://מיץפטל.com/ And URL might appear as title or other not-tagged-as-URL text fields. For such text, we can not blindly adjust string for locale direction by calling l10n_util::AdjustStringForLocaleDirection(). We need to parse the text to check whether it is a URL or not, if it is URL, we need to explicitly mark it to have LTR directionality, instead of checking whether such text contains strong RTL characters or not and mark a URL containing IDN to have RTL directionality. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
