Issue #1756 - Initial wrapped implementation in C++

This commit is contained in:
Moonchild 2021-03-31 11:54:20 +00:00 • committed by roytam1
commit 5df0028108
10 changed files with 760 additions and 27 deletions

View file

@ -72,6 +72,7 @@ for patch in \
bug-1198952-workaround-make-3.82-bug.diff \
bug-1228227-bug-1263325-libc++-gcc_hidden.diff \
ucol_getKeywordValuesForLocale-ulist_resetList.diff \
unum_formatDoubleForFields.diff \
; do
echo "Applying local patch $patch"
patch -d ${icu_dir}/../../ -p1 --no-backup-if-mismatch < ${icu_dir}/../icu-patches/$patch