Issue 4009: Clear accept-language list: IDN will always show in Unicode
http://code.google.com/p/chromium/issues/detail?id=4009

Comment #3 by [EMAIL PROTECTED]:
Hmm... That's kinda intended. When a-l is empty, we just check for  
script-mixing.
Because each component of your example FQDN is made up of only a single  
script (no
mixing of scripts), it's rendered as Unicode.

On the other hand, we may have to distinguish between two cases:
1. when a-l is not known (in some part of Chrome code, we cannot access  
pref)
2. when a-l pref. value is explicitly empty per user-action.

We can do that by passing 'undefined' language code for the 1st case.

This bug is about the second case. I'll take it, but this is an edge case  
and P3.





Issue attribute updates:
        Status: Assigned
        Owner: [EMAIL PROTECTED]
        Cc: [EMAIL PROTECTED]
        Labels: -Pri-2 Pri-3

-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to