Fix test for compilers not supporting \u escapes in strings (such as VC6).
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Mar 2010 14:47:11 +0000 (14:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Mar 2010 14:47:11 +0000 (14:47 +0000)
commit968d3a2461fb6cd36ce76df4d32e3e71b7043499
treef05e9545932a2b4258bc003512d742af3ac4270d
parenta41b1a1bbac9e67cfa53bdab0752ced26d4761c5
Fix test for compilers not supporting \u escapes in strings (such as VC6).

Also reformat the code to follow wx style and explicitly use UTF-8 for the
test strings encoding instead of assuming the encoding of the current locale
was UTF-8 (which is never the case under Windows).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/graphics/ellipsization.cpp