Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Define U_USING_ICU_NAMESPACE for building with ICU >= 62 (closes: #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Geggus authored and giggls committed Sep 13, 2018
1 parent dcd9810 commit c34a55d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icutranslit/osml10n_translit.cpp
Expand Up @@ -9,6 +9,10 @@ AS '/path/to/osml10n_translit.so', 'osml10n_translit' LANGUAGE C STRICT;
Licence AGPL http://www.gnu.org/licenses/agpl-3.0.de.html
*/

/* needed in icu >= 62 */
#define U_USING_ICU_NAMESPACE 1

#include <iostream>
#include <unicode/unistr.h>
#include <unicode/translit.h>
Expand Down

0 comments on commit c34a55d

Please sign in to comment.