Ports Search

Results 941950 of 1,719 for /textproc/.(0.003 seconds)
textproc/Text-Wrapper-1.04 (Score: 0.068937615)
Simple word wrapping routine
This module provides simple word wrapping. It breaks long lines, but does not alter spacing or remove existing line breaks. If you're looking for more sophisticated text formatting, try the Text::Format module. In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap, but with fewer bugs (I hope). -Anton <tobez@FreeBSD.org>
textproc/Unicode-CaseFold-1.00 (Score: 0.068937615)
Unicode case-folding for case-insensitive lookups
This module allows to perform case-insensitive lookups using case-folding. Case-folding is a part of the Unicode standard that allows any two strings that differ from one another only by case to map to the same "case-folded" form, even when those strings include characters with complex case-mappings.
textproc/Unicode-CheckUTF8-1.03 (Score: 0.068937615)
Check if scalar is valid UTF-8
This is an XS wrapper around some Unicode Consortium code to check if a string is valid UTF-8, revised to conform to what expat/Mozilla think is valid UTF-8, especially with regard to low-ASCII characters. Note that this module has NOTHING to do with Perl's internal UTF8 flag on scalars. This module is for use when you're getting input from users and want to make sure it's valid UTF-8 before continuing.
textproc/Unicode-Collate-1.14 (Score: 0.068937615)
Unicode Collation Algorithm
Unicode::Collate is an implementation of Unicode Technical Standard #10 (a.k.a. UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
textproc/Unicode-EastAsianWidth-1.33 (Score: 0.068937615)
East Asian Width properties
This module provide user-defined Unicode properties that deal with East Asian characters' width status, as specified in http://www.unicode.org/unicode/reports/tr11/.
Perl extension of TT2 Variable Method Clone for Text::Xslate
Text::Xslate::Bridge::TT2Like exports Template-Toolkit variable methods into Text::Xslate namespace, such that you can use them on your variables. The only difference between this module and Text::Xslate::Bridge::TT2 is that Bridge::TT2 uses Template::Toolkit underneath, while this module is independent of Template::Toolkit and therefore does not require TT to be installed.
textproc/Text-Xslate-3.3.7 (Score: 0.068937615)
High performance template engine
Text::Xslate is a template engine tuned for persistent applications. This engine introduces the virtual machine paradigm. That is, templates are compiled into xslate intermediate code, and then executed by the xslate virtual machine.
textproc/ex_doc-0.13.2 (Score: 0.068937615)
Tool to generate documentation for Elixir projects
ExDoc produces HTML and online documentation for Elixir projects.
textproc/tth-4.03 (Score: 0.068937615)
TeX to HTML translator
TTH translates TeX source that uses the Plain macro package, or LaTeX, into a near equivalent in HTML. It is extremely fast and completely portable. It produces web documents that are more compact and managable, and faster-viewing, than those from other converters, because it really translates the equations, instead of converting them into images.
textproc/Unicode-Unihan-0.04 (Score: 0.068937615)
The Unihan Data Base 5.1.0
Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 5.1.0. With this module, the Unihan database is as easy as shown in above.