commit | 41b1984be946cc2f53313dd48eac392cc8a3ad2b | [log] [tgz] |
---|---|---|
author | Fredrik Roubert <[email protected]> | Tue Oct 17 15:06:31 2017 -0700 |
committer | Behdad Esfahbod <[email protected]> | Tue Oct 17 15:06:31 2017 -0700 |
tree | 13312e3ced728f3122f7bf4806d6206709dfb500 | |
parent | b98adefbb9ee45fc1e800a52f701bf4224e9bb81 [diff] |
Switch from ICU deprecated unorm_normalize to unorm2_normalize. (#569) The new unorm2_normalize has been public API since ICU 4.4, while the old unorm_normalize has been deprecated since ICU 56. Now, beginning with ICU 60, unorm_normalize will also be annotated U_DEPRECATED and trigger the compiler -Wdeprecated-declarations warning.