Use UTF-8 strings for strings with multi-byte Unicode code points in them
authorChristopher Dykes <cdykes@fb.com>
Fri, 1 Jul 2016 01:20:43 +0000 (18:20 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Fri, 1 Jul 2016 01:24:14 +0000 (18:24 -0700)
commit309ac912849eb8ae73c88da0fafd241ac0d2a04a
tree2de06dc4ba70cc10530c6020154723fe3aec96d1
parent5f78f71a458c3451a3aa68bf517e83f937f61214
Use UTF-8 strings for strings with multi-byte Unicode code points in them

Summary: Because MSVC doesn't support strings with multi-byte Unicode code points in them unless it's in a UTF-8 string.

Reviewed By: yfeldblum

Differential Revision: D3507197

fbshipit-source-id: 27bff1efee03180716418fbfa9ef98f9c04929d9
folly/test/JsonTest.cpp
folly/test/StringTest.cpp