Files
comaps/3party/icu/uconfig_local.h
Konstantin Pastbin e3e4a1985a Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run:
  git remote add om-historic [om-historic.git repo url]
  git fetch --tags om-historic
  git replace squashed-history historic-commits
2025-05-08 21:10:51 +07:00

23 lines
732 B
C

#pragma once
// Compile with UCONFIG_USE_LOCAL define so this header will be included
// from uconfig.h
#define UCONFIG_NO_BREAK_ITERATION 1
#define UCONFIG_NO_COLLATION 1
#define UCONFIG_NO_CONVERSION 1
#define UCONFIG_NO_FILTERED_BREAK_ITERATION 1
#define UCONFIG_NO_FORMATTING 1
#define UCONFIG_NO_IDNA 1
#define UCONFIG_NO_LEGACY_CONVERSION 1
#define UCONFIG_NO_REGULAR_EXPRESSIONS 1
#define UCONFIG_NO_SERVICE 1
#define UNISTR_FROM_CHAR_EXPLICIT explicit
#define UNISTR_FROM_STRING_EXPLICIT explicit
#define U_CHARSET_IS_UTF8 1
#define U_COMMON_IMPLEMENTATION 1
#define U_DISABLE_RENAMING 1
#define U_ENABLE_DYLOAD 0
#define U_I18N_IMPLEMENTATION 1
#define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 1
#define U_STATIC_IMPLEMENTATION 1