cyrillic Questions

3

Solved

I have to make an russian version of a website, but I can't find out, how to insert russian characters into Database. I tryed almost every possible coding, but it only shows: ???????? ?????????? ...
Georgiageorgian asked 30/11, 2010 at 16:55

5

Solved

Has anyone solved the problem with copying and pasting links from Cyrillic? What steps will reproduce the problem? In chromium bug copying and pasting links from Cyrillic :-( What is the expect...
Sightread asked 19/3, 2014 at 6:42

6

Solved

How do I transliterate Cyrillic symbols in string into Latin in Ruby? I can't find any docs on that. I thought there should be some standard function for that.
Pierian asked 28/5, 2014 at 9:33

9

Solved

I have a russian string which i have encoded to UTF-8 String str = "\u041E\u041A"; System.out.println("String str : " + str); When i print the string in eclipse console i get ?? Can anyone sugge...
Quell asked 18/6, 2013 at 12:28

3

Solved

I've already spent a few days, what am I doing wrong ?. I just can not get Russian characters out. Tried all the code above - it did not help. Below I quote my code with different options. Help me ...
Priorate asked 29/10, 2017 at 12:56

3

When using the R functions to manipulate files in Windows, e.g. dir(), those with non-English characters, like Cyrillic, are presented as a sequence of "?". Similarly, when using file.rename(), i...
Coprology asked 22/6, 2014 at 18:30

4

Solved

I am working on an Android word game with a large dictionary - The words (over 700 000) are kept as separate lines in a text file (and then put in an SQLite database). To protect my dictionary, I'...
Tyre asked 29/8, 2015 at 12:15

4

Solved

I can't solve my problem with regexp. Ok, when i type: $string = preg_replace("#\[name=([a-zA-Z0-9 .-]+)*]#","$name_start $1 $name_end",$string); everything is ok, except situation with Russian...
Footworn asked 15/10, 2009 at 9:12

4

Solved

How to check whether a string contains Cyrillic characters? E.g. >>> has_cyrillic('Hello, world!') False >>> has_cyrillic('Привет, world!') True
Ananias asked 14/1, 2018 at 23:34

2

Solved

Run Wine under Linux Mint 17.2. Cyrillic names of programs, menu items names, text files - all are unreadable. Some exceptions do exist. For example, I can see Cyrillic text in CoDeSys IDE, but a...
Hypoglossal asked 27/10, 2015 at 21:43

2

I am working with multilingual text data, among others with Russian using the Cyrillic alphabet and Turkish. I basically have to compare the words in two files my_file and check_file and if the wor...
Dekeles asked 2/5, 2018 at 12:50

2

Solved

I want to list the contents of my directories and sub-directories in a file, but the contents of the sub-directories have Russian titles. How can I do that? If I list the contents in the command pr...
Titillate asked 19/7, 2019 at 14:48

2

Solved

I would like to know if a string contains Russian/Cyrillic characters. For latin characters, I do something like this (pseudocode): text := "test" for _, r := range []rune(text) { if r >= 'a'...
Sanitize asked 27/6, 2017 at 20:30

2

Solved

I'm trying to detect if a string contains Russian (cyrillic) characters or not. I'm using this code: term.match(/[\wа-я]+/ig); but it doesn't work – or in fact it just returns the string back as...
Echidna asked 10/11, 2014 at 15:3

1

I would like to test my application using Android Emulator. To do this, I need to send SMS in Russian. The problem is that I cannot make emulators input Russian characters. For example, I set all t...
Parliamentarianism asked 22/9, 2013 at 11:45

1

Solved

So I use python 3 to parse an XML. text = ''' <body> <list> <item> <cmid>16934673</cmid> <day>29.02.2016</day> <relay>1</relay> <num&...
Amphibology asked 28/2, 2016 at 14:35

1

Solved

While using println! works as expected: println!("Привет!"); // Привет! With debugging format however: println!("{:?}", "Привет!"); // "\u{41f}\u{440}\u{438}\u{432}\u{435}\u{442}!" Using as...
Barrelhouse asked 8/2, 2016 at 7:55

1

Solved

The issue is I can't use any russian symbols in the response()->json() method. I've already tried the following code: return response()->json(['users' => 'тест']); and return response()...
Spellbinder asked 1/12, 2015 at 20:5

2

Solved

I have a problem converting nested JSON to CSV. For this i use https://github.com/vinay20045/json-to-csv (forked a bit to support python 3.4), here is full json-to-csv.py file. Converting is workin...
Multitudinous asked 27/1, 2015 at 13:29

2

Solved

I need to convert the string HTML from a mix of Cyrillic and Latin symbols to UNICODE. I tried the following: Public HTML As String Sub HTMLsearch() GetHTML ("http://nfs.mobile.bg/pcgi/mobile....
Dishearten asked 22/5, 2014 at 14:54

4

Solved

I wanted to write a function which returns true if a given character is a russian vowel. But the results I get are strange to me. This is what I've got so far: #include <iostream> using nam...
Fleuron asked 16/5, 2013 at 14:38

1

Solved

I need help to display Cyrillic characters with FOP in Java. I created the xml of the content and the xsl file what will format the newly PDF. Both of them are using UTF-8 character encoding. But...
Mimas asked 2/7, 2014 at 6:17

2

Solved

Something that made me curious - supposedly the default character encoding in HTML5 is UTF-8. However if I have a plain simple HTML file with an HTML5 doctype like the code below, I get: "hello"...
Landry asked 29/3, 2014 at 19:45

1

Solved

I inherited an old web application, that is writing data collected in a form into an Access 2007 database using classic ASP. Now they need it to be able to collect input in the Cyrillic alphabet. ...
Lemmon asked 26/2, 2014 at 22:33

1

Solved

I am using solr spellcheck for russian language. When you are typing with Cyrillic chars, everything it's ok, but it doesn't work when you are typing with Latin chars. I want that spellcheck corre...
Mainstream asked 31/10, 2013 at 19:24

© 2022 - 2024 — McMap. All rights reserved.