diff options
| author | Sam Varshavchik | 2022-03-22 07:02:07 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-03-22 07:02:07 -0400 |
| commit | c211a259e1f81d4a7aa5825777641b06eb74f109 (patch) | |
| tree | db5fea1574b51b2d828d10ecb16a0684b133aa29 /unicode/book.xml | |
| parent | 3f6737c2b26ec6d3b3e51d1f909424f3f3a7840a (diff) | |
| parent | 869e8b780c21d90ef50c91ad9e4c677f6047fb01 (diff) | |
| download | courier-libs-c211a259e1f81d4a7aa5825777641b06eb74f109.tar.bz2 | |
Merge branch 'master' of github.com:svarshavchik/courier-libs
Diffstat (limited to 'unicode/book.xml')
| -rw-r--r-- | unicode/book.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unicode/book.xml b/unicode/book.xml index 7744501..f6a5dfd 100644 --- a/unicode/book.xml +++ b/unicode/book.xml @@ -2829,7 +2829,7 @@ if (unicode_composition_init(str, strsize, flags, &compositions) == 0) <function>unicode_convert_toutf8</function>() returns a non <literal>NULL</literal> value *<parameter>error</parameter> gets set to a non-zero value if - a character conversion error has occured, and some characters + a character conversion error has occurred, and some characters could not be converted. </para> @@ -3395,7 +3395,7 @@ if (unicode_composition_init(str, strsize, flags, &compositions) == 0) <para> The callback function should return 0. A non-zero value indicates to the line breaking algorithm that an error has - occured. + occurred. <function>unicode_lb_next</function>() and <function>unicode_lb_next_cnt</function>() return zero either if they never invoked the callback function, or if each call to the @@ -3712,7 +3712,7 @@ if (unicode_composition_init(str, strsize, flags, &compositions) == 0) <para> The callback function should return 0. A non-zero value indicates to the word breaking algorithm that an error has - occured. + occurred. <function>unicode_wb_next</function>() and <function>unicode_wb_next_cnt</function>() return zero either if they never invoked the callback function, or if each call to the |
