Query: text::bidi::caprtl
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Text::Bidi::CapRTL(3pm) User Contributed Perl Documentation Text::Bidi::CapRTL(3pm)NAMEText::Bidi::CapRTL - bidi algorithm with RTL capital lettersSYNOPSISuse Text::Bidi::CapRTL qw(log2vis); print scalar log2vis('car is THE CAR in arabic'); # prints 'car is RAC EHT in arabic'DESCRIPTIONThis is a sub class of Text::Bidi that overrides "log2vis()" in Text::Bidi in that CAPITAL letters in the input and output strings are interpreted as right-to-left. It is mainly useful for testing and demonstration. The new log2vis() function has exactly the same interface. Loading this package will make all procedural calls to log2vis() (without an explicit object) to use this convention.SEE ALSOText::BidiAUTHORMoshe Kamensky, <mailto:kamensky@cpan.org> COPYRIGHT & LICENSE Copyright 2006 Moshe Kamensky, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2006-08-28 Text::Bidi::CapRTL(3pm)
Similar Topics in the Unix Linux Community |
---|
Detecting unused variables... |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |
New UNIX and Linux History Sections |