mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
[unit-tests] mark text/nested script runs as unicode 16
This commit is contained in:
parent
3b1d09702c
commit
ef062ac314
@ -5,7 +5,7 @@
|
||||
|
||||
TEST_CASE("nested script runs")
|
||||
{
|
||||
mapnik::value_unicode_string text("Nested text runs(первый(second(третий)))"); //mixed scripts
|
||||
mapnik::value_unicode_string text(u"Nested text runs(первый(second(третий)))"); //mixed scripts
|
||||
ScriptRun runs(text.getBuffer(), text.length());
|
||||
std::size_t count = 0;
|
||||
std::size_t size = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user