]> git.pld-linux.org Git - packages/widelands.git/blob - widelands-icu.patch
22b7a2768e03604211106a53cbf7f8270ceb9a63
[packages/widelands.git] / widelands-icu.patch
1 --- widelands-build19-src/src/graphic/text/bidi.h.orig  2016-11-10 08:28:01.000000000 +0100
2 +++ widelands-build19-src/src/graphic/text/bidi.h       2019-04-13 14:11:05.664106041 +0200
3 @@ -40,7 +40,7 @@
4  // True if a string contains a character from the script's code blocks
5  bool has_script_character(const char* input, UI::FontSets::Selector script);
6  UI::FontSet const* find_fontset(const char* word, const UI::FontSets& fontsets);
7 -std::string icustring2string(const UnicodeString& convertme);
8 +std::string icustring2string(const icu::UnicodeString& convertme);
9  std::string icuchar2string(const UChar& convertme);
10  bool cannot_start_line(const UChar& c);
11  bool cannot_end_line(const UChar& c);
This page took 0.038301 seconds and 2 git commands to generate.