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
0 answers

Read cyrillic from txt file

There are similar threads, but didn't find answer.When read from txt (cyrillic) I got either \U00d0\U009d\U00d0 or ебе (win1251 or UTF8). Any solution to that? (first program).Thank you. NSString *bundlePathName = [[NSBundle mainBundle]…
IchBin
  • 19
  • 3
0
votes
1 answer

OpenCms 9 module Search: don't work search in Cyrillic (Ukrainian)

I've a website mounted with OpenCms 9 and use integral module Search. My website is available in Ukranian (Cyrillic). Is it posible force Search module to show results in a specific locale (Ukrainian)? As far as I can judge the problem is in lack…
0
votes
1 answer

Insert cyrillic in database

Recently, I encountered some problems while I try to insert some Russian Cyrillic text in a database. I'm on the framework symfony2, I'm using Doctrine ORM and a Nginx web server. The database is a PostgreSql. The problem happens sometimes when I…
0
votes
2 answers

What is the source format of this cyrillic script?

I am editing a webpage whose visible text is in Russian and whose encoding is set to UTF-8. I'm not a Russian speaker by the way. So I am aiming to copy and paste the rendered cyrillic from a browser into the html source of a newly edited version of…
Frankie
  • 596
  • 3
  • 24
0
votes
1 answer

Set Perl-Scripts and MySql Database to UTF8: German Umlaute work only with Cyrillic Characters in Comments

I converted my MySQL database and my perl scripts to UTF-8. And finally it worked, but it is somehow a crazy solution. That's what I did: MYSQL DATABASE: Completely set to UTF8 PERL-SCRIPTS: Source code converted to UTF8 encoding. "use utf8;" at the…
0
votes
2 answers

Why vim doesn't insert cyrillic symbols properly in Ex mode?

To make changes in several files I use the following script: echo search('publications.html"') | normal o
  • Книжные серии
  • echo search('collections.html"') | d echo search('photo.html"') | d wq Then I do for…
    0
    votes
    0 answers

    Writing to a CSV file with python - opening it with Excel causes cyrillic letters to not show up properly, what do I do?

    I'm using the csv module in Python to write in a CSV file. It has to be like this and it has to also be viewable trough Excel. But when someone views it trough Excel, cyrillic characters show up as all sorts of weird symbols. What kind of encoding…
    ulak blade
    • 2,515
    • 5
    • 37
    • 81
    0
    votes
    0 answers

    og:url in cyrillic and Facebook OG Debugger

    I use Joomla 3.2.4. Until last week everything was ok with posting links in Facebook, but now when I try to post a link, FB shows only site name with a correct link to posted item, but there are no image, description etc. The OG Debugger says :…
    Daniel
    • 1
    0
    votes
    1 answer

    PHP regex case-insensitive on cyrillic charset

    I am using preg_replace and preg_match with PHP, working in this charset: Cyrillic Windows 1251. I am trying to match a word using the case-insensitive modifier. I made these tests : $pattern = '/myCyrillicWord1|myCyrillicWord2/i'; $subject = 'Am I…
    KNTH
    • 23
    • 5
    0
    votes
    0 answers

    Hibernate Russian Letters uppercase

    I'm trying to find substring in string using restrictions ilike and MatchMode.ANYWHERE, but it does not work with Russian letters in uppercase. In lower case all okay. Somebody knows what to do with it? Code Example: Criterion userLikeCriteria =…
    dikkini
    • 1,184
    • 1
    • 23
    • 52
    0
    votes
    1 answer

    Wrong cyrillic characters in a russian file - can't decode/encore properly

    I've been struggling with encoding for a while as I'm biulding a multi-lingual database with sqlite3 in Python. So far, I've solved everything, thanks to Google and articles on Stack Overflow. I had problems with Russian, Slovenian, Polish, Spanish,…
    Xhattam
    • 195
    • 1
    • 11
    0
    votes
    1 answer

    Russian language in html file

    I have a simple page which shows ????????????,It is russian language and i want to show it as it is Untitled Document
    user3244721
    • 714
    • 2
    • 11
    • 29
    0
    votes
    6 answers

    Russian Language in PHP HTML

    I saved Russian Language in PHP & MySql. Here is sample characters тыуиппюлкйчг I used these lines in PHP while saving mysql_query("set character_set_server='utf8'"); mysql_query("set names 'utf8'"); I checked in Database it saved sucessfully..Now…
    user3244721
    • 714
    • 2
    • 11
    • 29
    0
    votes
    1 answer

    Function convert cyrillic to latin

    I am trying to create custom convert cyrillic to latin text function in VB.net. I've never tried to make a custom function so I don't know what I am doing wrong. I have one problem and also, function doesn't work : Object reference not set to an…
    Jovica
    • 450
    • 9
    • 32
    0
    votes
    0 answers

    Encoding of content

    I am writing program, which collects data (title,author,article) from web page with news article. I use Readability Python library. My problem is that content(which programm) of article (if article is written in cyrillic, if article is written in…
    user3363858
    • 1
    • 1
    • 1