aboutsummaryrefslogtreecommitdiff
blob: 74e56d8ba78581f13f52992ee0053964f5aa7579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Character String Processing Facilities // A multitude of
		character string/text/natural language processing tools:
		pattern searching (e.g., with 'Java'-like regular expressions
		or the 'Unicode' collation algorithm), random string
		generation, case mapping, string transliteration,
		concatenation, sorting, padding, wrapping, Unicode
		normalisation, date-time formatting and parsing, and many more.
		They are fast, consistent, convenient, and - thanks to 'ICU'
		(International Components for Unicode) - portable across all
		locales and platforms.
	</longdescription>
</pkgmetadata>