diff options
Diffstat (limited to 'src/bidi.c')
| -rw-r--r-- | src/bidi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bidi.c b/src/bidi.c index c23ff954356..573e513469d 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -2498,10 +2498,10 @@ typedef struct bpa_stack_entry { | |||
| 2498 | 2498 | ||
| 2499 | And finally, cross-reference these two: | 2499 | And finally, cross-reference these two: |
| 2500 | 2500 | ||
| 2501 | fgrep -w -f brackets.txt decompositions.txt | 2501 | grep -Fw -f brackets.txt decompositions.txt |
| 2502 | 2502 | ||
| 2503 | where "decompositions.txt" was produced by the 1st script, and | 2503 | where "decompositions.txt" was produced by the 1st script, and |
| 2504 | "brackets.txt" by the 2nd script. In the output of fgrep, look | 2504 | "brackets.txt" by the 2nd script. In the output of grep, look |
| 2505 | only for decompositions that don't begin with some compatibility | 2505 | only for decompositions that don't begin with some compatibility |
| 2506 | formatting tag, such as "<compat>". Only decompositions that | 2506 | formatting tag, such as "<compat>". Only decompositions that |
| 2507 | consist solely of character codepoints are relevant to bidi | 2507 | consist solely of character codepoints are relevant to bidi |