use icu:: namespace
This commit is contained in:
parent
e0026f3df2
commit
b6df3848c4
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ void font_face_set::get_string_info(string_info & info, mapnik::value_unicode_st
|
|||
shaped.releaseBuffer(length);
|
||||
|
||||
if (U_SUCCESS(err)) {
|
||||
StringCharacterIterator iter(shaped);
|
||||
icu::StringCharacterIterator iter(shaped);
|
||||
for (iter.setToStart(); iter.hasNext();) {
|
||||
UChar ch = iter.nextPostInc();
|
||||
char_info char_dim = character_dimensions(ch);
|
||||
|
|
Loading…
Add table
Reference in a new issue