Use UTS46 API to convert IDN in Unicode to punycode
When upgrading ICU to 52, I removed the stringprep data for IDNA 2003 because Chrome/Blink switched to UTS46/IDNA 2008. I overlooked that Blink email form handling still uses IDNA 2003 API that fails without stringprep data for IDNA 2003. This CL changes Blink to use UTS46 API. BUG=132145,376587 TEST=LayoutTest: fast/forms/email-idn-conversion.html Review URL: https://codereview.chromium.org/326453002 git-svn-id: svn://svn.chromium.org/blink/trunk@175869 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment