Tagged Questions

Russian (русский язык, russkiy yazyk, pronounced [ˈruskʲɪj jɪˈzɨk]; ISO 639-1 code: `ru`) is a Slavic language used primarily in Russia, Belarus, Ukraine, Kazakhstan and Kyrgyzstan. It is an unofficial but widely spoken language in Ukraine, Moldova, Latvia and Estonia and, to a lesser extent, the other countries that were once constituent republics of the USSR.

learn more… | top users | synonyms

7
votes
4answers
318 views

Weird Javascript in Template. Is this a hacking attempt?

I validated my client's website to xHTML Strict 1.0/CSS 2.1 standards last week. Today when I re-checked, I had a validation error caused by a weird and previous unknown script. I found this in the ...
6
votes
3answers
438 views

How can I match a Russian word using preg_replace in PHP?

How do I go about matching a Russian word in a string (also in Russian) in PHP? So for example something like this: $pattern = '/слово/'; preg_replace($pattern, $replacement, $string_in_russian) I ...
5
votes
2answers
617 views

How can I detect Russian spam posts with Perl?

I have an English language forum site written in perl that is continually bombarded with spam in Russian. Is there a way using Perl and regex to detect Russian text so I can block it?
3
votes
2answers
144 views

Looking for a good semantic parser for the Russian language

Does anyone known of a semantic parser for the Russian language? I've attempted to configure the link-parser available from link-grammar site but to no avail. I'm hoping for a system that can run on ...
2
votes
1answer
37 views

Russian letters in Matlab command window

I'm facing a rather nasty problem. In Matlab, the command S = char(1044) puts Russian letter д into variable S. However disp(S) returns blank symbols, though the content is actually correct: >> ...
2
votes
7answers
717 views

PHP: case-insensitive preg_replace of a cyrillic string in UTF8

I have a PHP 5.3 script displaying users of my web site and would like to replace a certain Russian city (stored in UTF8 in PostgreSQL 8.4.7 database + CentOS 5.5/64 bits Linux) by its older name (it ...
2
votes
1answer
172 views

Applescript - Writing Russian to txt file

I am trying to write some Russian text, or Cyrillic text, to a .txt file. I can successfully do so, but when i open the file all that is written in place of the text are a bunch of question marks. I ...
2
votes
3answers
236 views

Natural language grammar and user-entered names

Some languages, particularly Slavic languages, change the endings of people's names according to the grammatical context. (For those of you who know grammar or studied languages that do this to words, ...
2
votes
3answers
761 views

.NET string replace russian to english

I have a strange problem replacing chars in string... I read a .txt file containing russian text, and starting from a list of letters russian to english (ru=en), I loop the list and I WOULD like to ...
2
votes
1answer
517 views

How can I make a case-insensitive regexp match for Russian letters?

I have list of catalog paths and need to filter out some of them. My match pattern is in a non-Unicode encoding. I tried the following: require 5.004; use POSIX qw(locale_h); my $old_locale = ...
2
votes
2answers
550 views

mysql match against russain

Hey, Trying to solve this for a very long time now... SELECT MATCH(name) AGAINST('абраксас') (russian) doesn't work, but SELECT MATCH(name) AGAINST('abraxas') (english) work perfectly. I know ...
2
votes
1answer
111 views

How to resolve case problems for non-english languages in django admin panel?

I need to resolve problem with word endings in django admin panel. The language I'm using is russian (using utf-8 charset), so some problems occur, for example, there is a problem with the right ...
1
vote
1answer
77 views

Can't get russian letters in EXIF

example 1 - it works NSString *first = @"Russian letters(Русские буквы)"; [exifDictionary setValue:first forKey:(NSString*)kCGImagePropertyExifUserComment]; example 2 - doesn't work NSString ...
1
vote
2answers
79 views

Postgres xmlelement encoding problem

My postgres database in UTF-8 and client in UTF-8 too. When i try to: select xmlelement(name pampam, xmlattributes('русский' as "top")); I get back: <pampam ...
1
vote
1answer
103 views

Clipboard data set as CF_TEXT can't be retrieved correctly as CF_UNICODETEXT

Our app has a bug in the non-unicode version; if we copy some Russian characters to the clipboard(using SetClipboardData(CF_TEXT)), and then paste them into notepad, they don't get pasted as the ...
1
vote
1answer
176 views

Cyrillic alphabet validation

I came across an interesting defect today the issue is I have a deployment of my web application in Russia and the name value "Наталья" is not returning true as alphaNumeric in the method below. ...
1
vote
1answer
157 views

Encoding problem with rails 3 application with post request

How can it be that some members of the development team have no problem with sending Post request with Russian symbols from form, but other members - have? All members are using Ubuntu. The error is: ...
1
vote
3answers
474 views

world countres list with cities

is there any solution to show user all countries and after select country it reselect all cities of its country? be best with script selecting p.s. russian name of countries
1
vote
3answers
1k views

PHP and Russian Letters

What is happening with Russian letters when sending via PHP request to ... a mail, by e.g.? the "hardcoded" russians letters are displayed properly, but from the Form's textboxex with hieroglyphs: ...
1
vote
4answers
512 views

php, search in chinese and russian

Eventually, I'm creating a website on three languages: english, russian and chinese. I hope that if I use UTF-8 in application and database, there won't be any problems with input-output (will there?) ...
1
vote
2answers
2k views

mb_convert_encoding for russian in php

how to convert Russian character to utf-8 in PHP using mb_convert_encoding or any other method?
1
vote
2answers
616 views

Gvim in UTF8 with Russian keyboard layout

I am a big fan of vim and gvim. But whenever I write localization code in PHP and have to translate some strings (primarily in Russian), I have to open Notepad to translate all the entries. That kinda ...
0
votes
2answers
47 views

Foreign Language for Text Inputs

I am making a site in Russian language. This is first time, I am working on site in foreign language. For administration sections, I have to make the html form so that we can enter text in Russian ...
0
votes
2answers
110 views

How to detect Russian for localizing app in Android

I have an app that needs to support Engligh, Spanish, and Russian. To detect this, I use this method: UserLanguage = setLanguage(Locale.getDefault().getDisplayLanguage()); UserLanguage is "en" if ...
0
votes
1answer
43 views

Cucumber, Rspec: unicode symbols in output

I wonder if it is possible to make Cucumber output matching errors in Russian instead of this: Сценарий: Успешное добавление кгиги # features/books/add_book.feature:12 Если я добавил книгу ...
0
votes
0answers
77 views

Importing external html file, including Cyrillic/Russian characters, via Ajax?

I have the following code on my html page which loads an external content.html file into a DIV #ajax via Ajax: <script type="text/javascript"> $(document).ready(function(){ ...
0
votes
2answers
41 views

phpmyadmin+php in russian

In phpmyadmin I have stored a few russian values, using utf8_unicode_ci encoding. They are shown perfectly in phpmyadmin. The problem appears when I get those values with php and I try to put them ...
0
votes
0answers
104 views

Displaying Russian characters in Cakephp 1.3.10

Using CakePHP 1.3.10 I have a legacy MYSQL database with latin1 encoding. I do not have the option of changing the database or table encoding since it will break other things. I created and loaded ...
0
votes
2answers
254 views

Converting russian characters from upper case to lower case in php

I'm trying to change the case of russian characters from upper to lower. function toLower($string) { echo strtr($string,'ЁЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ','ёйцукенгшщзхъфывапролджэячсмитьбю'); ...
0
votes
1answer
133 views

basic string comparison for russian character in php

How can a basic string comparison be performed on russian (cyrillic) characters ? thanks in advance
0
votes
0answers
518 views

C# - Reading Russian text from a .txt file

I'm having a problem trying to read Russian characters from a .txt file. The text always becomes corrupt when I read it. The file encoding is UTF8. Here's the code: TextReader reader = new ...
0
votes
1answer
486 views

C++ Win32: Converting scan code to Unicode character

When I switch to Russian layout in Windows 7 and press ; key on the keyboard, I get Russian letter ж on the screen. I am working on a application where I need to detected pressed keys and draw text ...
0
votes
0answers
74 views

CallTip in QScintilla on russian

How can I write russian text into calltip of QScintilla? I try this code: SendScintilla(SCI_CALLTIPSHOW, position, ...
0
votes
1answer
262 views

CKEditor russian spell check

How to add Russian spell check for CKEditor or enable Firefox default spell checker? In FCKeditor, method FCKConfig.FirefoxSpellChecker = true; work, but in CKEditor the method is not longer ...
0
votes
2answers
330 views

Translate unreadable Russian text

I'm trying to read documentation which was written in I believe is Russian, but I'm not sure if what I'm seeing is even encoded correctly. The text looks something like this: Ãåíåðèðóåò ìàòðèöó ...
0
votes
1answer
89 views

NSString&NSURL and Russian language

In my app I have an NSURL which is a file path. If a file or a folder's name contains Russian characters, instead of normal path, something like ...
0
votes
1answer
247 views

russian characters not accepted in php / phpmyadmin?

I have a website in 3 languages: english, dutch and russian. There's a little CMS where the user can update the text on the website. everything works good, except for the russian text.. If I enter ...
0
votes
1answer
128 views

VCL form and control font settings under Russian version of MS Windows

I have a Borland C++ Builder VCL app (so I am not working with Unicode yet), I want to provide a simple translation of controls' caption text to Russian at runtime. I can easily use EnumChildWindows ...
0
votes
2answers
90 views

Brazilian portuguese website to support russian, mandarin and japanese

We have a website in brazilian portuguese developed using Coldfusion (for the user interface), Hibernate (for the business logic) and Oracle database. If we consider to support russian, mandarin and ...
0
votes
2answers
597 views

Unicode characters not showing in Zend_Pdf?

require_once 'Zend/Pdf.php'; $pdf = new Zend_Pdf(); $page = $pdf->newPage(Zend_Pdf_Page::SIZE_A4); $pdf->pages[] = $page; ...
0
votes
1answer
113 views

Russian Document Corpus for Search Engine

I'm working on a cross language information retrieval that takes queries in english and searches documents in Russian. To evaluate this system it would be nice to have a collection of russian ...
-1
votes
2answers
41 views

array_key_exists Cyryllic characters

Can't get this to work with Cyrillic characters: if (array_key_exists($list['fname'], $data)) { } Array keys are Cyrillic characters Please help
-3
votes
1answer
24 views

Russian characters won't show up in Mozilla

Could some on please check out this URL with Mozilla - http://smartplast.com/soon/ . As you can see characters is displaying wrong : I don't understand where is problem, cause in all other ...