DescriptionDo 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284629
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|