summaryrefslogtreecommitdiffstats
path: root/unicode/wordbreaktest.C
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/wordbreaktest.C')
-rw-r--r--unicode/wordbreaktest.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/wordbreaktest.C b/unicode/wordbreaktest.C
index 72d2b14..91e3c31 100644
--- a/unicode/wordbreaktest.C
+++ b/unicode/wordbreaktest.C
@@ -78,7 +78,7 @@ static void testsuite()
words.push_back(std::string(p, b));
}
- std::vector<unicode_char> ubuf;
+ std::u32string ubuf;
std::vector<bool> status;
while (1)
@@ -102,7 +102,7 @@ static void testsuite()
std::istringstream i(words.front());
- unicode_char uc;
+ uint32_t uc;
i >> std::hex >> uc;