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:
???????? ?????????? ...
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
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 ...
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'...
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...
4
Solved
How to check whether a string contains Cyrillic characters?
E.g.
>>> has_cyrillic('Hello, world!')
False
>>> has_cyrillic('Привет, world!')
True
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...
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'...
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...
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()...
2
Solved
Python JSON to CSV - bad encoding, UnicodeDecodeError: 'charmap' codec can't decode byte
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...
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....
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.