Do not use \u unicode characters directly in libaddressinput unit tests.
VisualStudio does not understand it \u escape sequences like \u00E8 in UTF8 strings. The fix is to use Wide strings and convert them into UTF8 using base::WideToUTF8() utility. BUG=395401 Review URL: https://codereview.chromium.org/403233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284629 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment