For questions about code that deals with any kind of Cyrillic (including the original Cyrillic script and the modern Cyrillic alphabets, such as the Russian alphabet).
Questions tagged [cyrillic]
563 questions
0
votes
1 answer
Getting wrong encoding when trying to replace cyrillic symbols
I have a problem with my string. After the for loop all I get some other symbols instead of my exact cyrillic letters. The goal is to change cyrillic letters: ąčęėįšųūž into this: a1, c2, e1, e2, i1, s2, u1, u2, z2. I have came up with…

Kęstutis
- 55
- 5
0
votes
1 answer
ROR + CKEditor + PaperClip: uploading files with cyrillic names
There is a CKEditor in my rails app working with Paperclip and Active Record. Works nicely but:
When uploading a file which contains cyrillic letters in filename, cyrillic letters are being cut (e.g. "документ_1_15.doc" becomes "_1_15.doc"). Nothing…

sca_
- 673
- 5
- 10
0
votes
1 answer
Russian WikiWords in FosWiki
I'm trying to set up support for the Russian language wiki. It turns out
nothing. Russian language appears in the texts, but can't configure
WikiWords.
When LocaleRegexes=1, UseLocale=1, Site Locale = ru_RU.utf8 Russian
words are not recognized…

Dmitriy Lyalyuev
- 9
- 1
0
votes
0 answers
SQLite and Java Cyrillic Incorrect Display
I can't really get it right. I've created a database file with sqlite command interpreter and connected it to my Java program (JDBC driver is ok, included, working properly so far). By the way, working in NetBeans.
When i make a query like SELECT *…

vladfau
- 1,003
- 11
- 22
0
votes
1 answer
RandomAccessFile reading Cyrillic UTF-8 java
mates!
I have trouble reading from file Cyrillic text using RandomAccessFile.
Here's a simple program, that writes information in specific file (Cyrillic words) using such format:
keyLength, valueLength, key, value
Then program tries to read this…

NinjaTurtle
- 41
- 2
- 10
0
votes
0 answers
Is there a way to use (:any) but not actually charter?
I have a problem with codeigniter and cyrilc url I'm trying to do something like this,
site.com/home
site.com/начало
in my router I've got
$route['([А-Яа-яa-zA-Z0-9-]+)'] = "home/index/$1";
Which dosn't work I put in my config.php and…

Alex
- 579
- 5
- 24
0
votes
1 answer
if statement returning false for unknown reason
I posted a question a few minutes ago and it was requested that I post an "SSCCE" to demonstrate my issue. I have heavily condensed my program so if a few constructs make no sense or seem even more ineffcient than a novice's work ought to be that's…

William Brun
- 353
- 2
- 17
0
votes
1 answer
Email from website form with Cyrillic characters
I have a webpage with a form for Russian people but, for example, if I insert this Cyrillic string:
Данные для трансфера
into one field and send the message, when I receive the email I have this string instead
Äàííûå äëÿ òðàíñôåðà.
This is the…

delizard
- 7
- 1
- 7
0
votes
0 answers
asp.net mvc output caching issue with non standard url dialect
I have an unusual issue that I have ran in to with asp.net mvc caching. I have applied the caching attributes to my controller actions. It works nicely on URL's which are standard alphanumeric url's eg.…

amateur
- 43,371
- 65
- 192
- 320
0
votes
1 answer
KendoNumericTextBox russian localization
I use KendoNumericTextBox to read real numbers.
When keyboar switched to russian, i cann't enter russian ',' or '.'(english key '/' or '?') but can enter 'б' or 'ю' (english key ',' or '.')