Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

netsds::util::translit(3pm) [debian man page]

NetSDS::Util::Translit(3pm)				User Contributed Perl Documentation			       NetSDS::Util::Translit(3pm)

NAME
NetSDS::Util::Translit - transliteration routines SYNOPSIS
use NetSDS::Const; use NetSDS::Util::Translit; # Transliterate cyrillic string $trans_string = trans_cyr_lat($cyr_string); # Reverse transliteration to russian language $rus_string = trans_lat_cyr("Vsem privet", LANG_RU); DESCRIPTION
"NetSDS::Util::Translit" module contains routines for bidirectional cyrillic text transliteration. Now it supports russian and ukrainian languages processing. EXPORTS
trans_cyr_lat($text[, $lang]) - transliterate string Convert text from cyrillic to latin encoding. Language may be set if not default one. $lat = trans_cyr_lat($string); trans_lat_cyr($text[, $lang]) - reverse transliteration This function transliterate string from latin encoding to cyrillic one. Target language may be set if not default one. $cyr = trans_lat_cyr("Sam baran", "ru"); EXAMPLES
None yet BUGS
Unknown yet TODO
Implement examples and tests. SEE ALSO
Encode, perlunicode AUTHORS
Valentyn Solomko <pere@pere.org.ua> perl v5.12.4 2011-08-27 NetSDS::Util::Translit(3pm)

Check Out this Related Man Page

NetSDS::Util(3pm)					User Contributed Perl Documentation					 NetSDS::Util(3pm)

NAME
NetSDS::Util - supplementary NetSDS packages SYNOPSIS
use NetSDS::Util::Convert; use NetSDS::Util::String; my $trim_str = str_trim(" Some string with leading and trailing "); DESCRIPTION
"NetSDS::Util" modules contains functions useful for everyday tasks. NetSDS::Util::Convert - data format conversions NetSDS::Util::DateTime - processing date and time NetSDS::Util::File - work with files and catalogs NetSDS::Util::Spreadsheet - processing spreadsheet files NetSDS::Util::Misc - miscelaneous routines NetSDS::Util::String - text and binary strings processing NetSDS::Util::Struct - data structures conversion NetSDS::Util::Translit - transliteration NetSDS::Util::Types - work with data types BUGS
Unknown yet SEE ALSO
NetSDS::Util::Convert NetSDS::Util::DateTime NetSDS::Util::File NetSDS::Util::Spreadsheet NetSDS::Util::Misc NetSDS::Util::String NetSDS::Util::Struct, NetSDS::Util::Translit NetSDS::Util::Types TODO
Implement functional tests. AUTHOR
Valentyn Solomko <pere@pere.org.ua> Michael Bochkaryov <misha@rattler.kiev.ua> Yana Kornienko <yana@netstyle.com.ua> LICENSE
Copyright (C) 2008-2009 Michael Bochkaryov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA perl v5.12.4 2011-08-27 NetSDS::Util(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. AIX

Russian fonts not displaying in AIX PDF files

Hi, We have an issue with russian cyrillic fonts that are not displayed correctly in pdf when application works in AIX . The same russian fonts are displayed properly in windows machine. There are spaces between russian characters and also cyrillic fonts are overlapping in AIX... (3 Replies)
Discussion started by: jinto
3 Replies

2. Shell Programming and Scripting

Korn shell to insert cyrillic characters into the databse

i have written a shell script that reads a csv file and inserts tokenized strings into the database. the problem comes when the csv file has cyrillic characters. how do i set the parameters in my shell script(korn shell) so that any characters can be inserted into the database. (3 Replies)
Discussion started by: vkca
3 Replies

3. SCO

How to write/edit text in russian on SCO

Hello. I'm new to unix, and I want to write/edit text files in russian on SCO 5.0.7. Is it possible and how to do this. I tried to add russian support in KDE using kikbd, but unsuccessful. (1 Reply)
Discussion started by: OpG_
1 Replies

4. UNIX for Dummies Questions & Answers

Cyrillic Hostnames?

As the title suggests, I'm wondering if its possible to set a hostname to a name or word with Cyrillic letters (e.g. - Like the Russian alphabet). I tried installing the cyrillic-console package in Debian. I switched my desktop to Russian as well. However, when I try to set the hostname I get that... (2 Replies)
Discussion started by: Azrael
2 Replies