| Lingua-RU-Jcuken documentation | view source | Contained in the Lingua-RU-Jcuken distribution. |
Lingua::RU::Jcuken -- Conversion between QWERTY and JCUKEN keys in Russian
use Lingua::RU::Jcuken qw/ jcu2qwe qwe2jcu /;
print qwe2jcu('qwerty', 'koi8-r'); # prints "jcuken" in koi8-r
Lingua::RU::Jcuken can be used for conversion between two layouts on Russian keyboards.
This method converts $string from Jcuken to Qwerty.
Optional $encoding parameter allows to specify $string's encoding (default is 'windows-1251')
This method converts $string from Qwerty to Jcuken.
Optional $encoding parameter allows to specify result encoding (default is 'windows-1251'). It is also used as $string encoding if you have cyrillic in it.
Serguei Trouchelle <stro@railways.dp.ua>
Copyright (c) 2006-2008 Serguei Trouchelle. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Lingua-RU-Jcuken documentation | view source | Contained in the Lingua-RU-Jcuken distribution. |