Usermanual-buffers-chapter: explain ICU fallback for Ufuncs.

This commit is contained in:
Nathan Willis 2019-05-24 20:13:35 +01:00
parent a29b1de55a
commit 240540ff9a
1 changed files with 3 additions and 1 deletions

View File

@ -302,7 +302,9 @@
<para>
At build time, HarfBuzz looks first for the GLib library. If
it is found, HarfBuzz will use GLib's Unicode functions by
default. If there is no GLib, HarfBuzz will fall back to its own
default. If there is no GLib, HarfBuzz will look for the
International Components for Unicode (ICU) library. If neither
GLib nor ICU is found, HarfBuzz will fall back to its own
internal, lightweight set of Unicode functions instead.
</para>
<para>