Questions tagged [cyrillic]

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).

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…
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 '.')
0
votes
1 answer

Cyrillic routes

I am trying to set up a cakephp Route rule like: Router::connect( '/:language/:site', array('controller' => 'categories', 'action' => 'index'), array( 'language' => $langs, 'site' => $siteTitles …
john23klipp
  • 506
  • 4
  • 7
0
votes
1 answer

Custom fonts in IE9 input tag

Earlier i've asked about font-face in IE8+. Now i faced with another problem with fonts. You can see it on screenshot above: The problem is that font i've used in input is the same as font used for button. Both elements uses cyrillic characters.…
nick.skriabin
  • 873
  • 2
  • 11
  • 27
0
votes
1 answer

Codeigniter Cart library cannot support cyrillic chars

I faced an issue that I cannot add item to cart if it contain cyrillic name. In Cart.php I added to variable symbols а-я: var $product_name_rules = 'абвгдеёжзийклмнопрстуфхцчшщъыьэюя\.\:\-_ a-z0-9'; But it not resolved issue. When I changed an item…
user2027175
  • 83
  • 3
  • 10
0
votes
1 answer

Read cyrillics and non-cyrillics characters from file java

I have a file with cyrillics and non-cyrillics characters. However, when I read the file the cyrillics characters are not retrived and non-cyrillics characters are retrived. Here is the code I am using private static String dirToPRocess =…
vikifor
  • 3,426
  • 4
  • 45
  • 75
0
votes
1 answer

Get cyrillic result from base64.decode

I have a database which is encoded with Base64. I am getting data from that DB and i use it in my android layouts. When there is Cyrillic encrypted text, all i am getting is a question mark in a rhombus. I am using standard function to decode and it…
Stoyan Peev
  • 15
  • 1
  • 8