pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libiconv kill leading whitespace, s/Libicon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b98b38090c3c
branches: trunk
changeset: 466213:b98b38090c3c
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jan 13 09:42:05 2004 +0000
description:
kill leading whitespace, s/Libiconv/libiconv/
diffstat:
converters/libiconv/DESCR | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r d571b604ecb1 -r b98b38090c3c converters/libiconv/DESCR
--- a/converters/libiconv/DESCR Tue Jan 13 09:03:15 2004 +0000
+++ b/converters/libiconv/DESCR Tue Jan 13 09:42:05 2004 +0000
@@ -1,14 +1,14 @@
- Libiconv is a character set conversion library that provides an iconv()
+libiconv is a character set conversion library that provides an iconv()
implementation for use on systems which don't have one, or whose
implementation cannot convert from/to Unicode.
- It provides support for many encodings and can convert from any of
+It provides support for many encodings and can convert from any of
these encodings to any other, through Unicode conversion.
- It has also some limited support for transliteration, i.e. when a character
+It has also some limited support for transliteration, i.e. when a character
cannot be represented in the target character set, it can be approximated
through one or several similarly looking characters. Transliteration is
activated when "//TRANSLIT" is appended to the target encoding name.
- libiconv is for you if your application needs to support multiple character
+libiconv is for you if your application needs to support multiple character
encodings, but that support lacks from your system.
Home |
Main Index |
Thread Index |
Old Index