diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-17 23:50:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-17 23:50:52 -0500 |
commit | f79f427b7f61151a1f66188bb6826cdd208c2550 (patch) | |
tree | 89c6d36241ba81997aef445ef43398fb7b615173 /misc | |
parent | 5d021d1a31c7829c3e06d962c57871920d37b91c (diff) | |
download | slackbuilds-f79f427b7f61151a1f66188bb6826cdd208c2550.tar.gz |
misc/dwdiff: Clarify README wrt unicode handling
icu4c is now part of Slackware 14.0
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dwdiff/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/dwdiff/README b/misc/dwdiff/README index 255de9238a..3ddc5c5bdb 100644 --- a/misc/dwdiff/README +++ b/misc/dwdiff/README @@ -14,6 +14,5 @@ available to change both what is printed, and the markers. If you wish to have nl manpages and/or de, fr, nl, ru localization pass 'NLS="de fr nl ru"' (or whichever of them is wanted) to the SlackBuild. -If you wish to enable the handling of Unicode text, install the icu4c -library (also available from SlackBuilds.org) and pass "UNICODE=yes" to -the SlackBuild. +If you wish to enable the handling of Unicode text, pass "UNICODE=yes" to +the SlackBuild script. |