diff options
| author | Sam Varshavchik | 2020-12-06 22:35:33 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2020-12-06 22:37:04 -0500 | 
| commit | a5cc76216e08481a6f3614574a8ee498e5800afa (patch) | |
| tree | 42f9ac075cf54afaef9bbd27f5a3b75dc3602439 /unicode/biditest2.C | |
| parent | 3a5d23502f3c34e1047fd93d02a777eda6a32a41 (diff) | |
| download | courier-libs-a5cc76216e08481a6f3614574a8ee498e5800afa.tar.bz2 | |
courier-unicode: partial logical reordering.
Diffstat (limited to 'unicode/biditest2.C')
| -rw-r--r-- | unicode/biditest2.C | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/unicode/biditest2.C b/unicode/biditest2.C index cbd8c25..ce293b6 100644 --- a/unicode/biditest2.C +++ b/unicode/biditest2.C @@ -349,7 +349,11 @@ void character_test()  			unicode::bidi_logical_order(logical_string,  						    logical_levels, -						    paragraph); +						    paragraph, +						    [] +						    (size_t, size_t) {}, +						    0, +						    logical_string.size());  			auto new_string=unicode::bidi_embed(logical_string,  							    logical_levels, | 
