564 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
69
views
Cyrillic str encoded in Mysql inside PHP script [closed]
I have the string "тест123" in Cyrillic and am executing a MySQL query with it inside a PHP script.
However, the string in the query gets encoded and instead of "test123", it ...
0
votes
0
answers
394
views
Issue with Cyrillic characters: they are replaced by question marks
enter image description here
enter image description here
Hello!
I have my system language set to "English (United States)", but when I use programs that handle Russian text, the Cyrillic ...
1
vote
0
answers
75
views
Buildroot: а text file in UTF-8 format with Cyrillic characters is not displayed correctly
I use buildroot to build the firmware for the PC. Required condition: glibc. I ran into the problem that when connected via SSH, a text file in UTF-8 with Cyrillic is displayed correctly, and when ...
2
votes
0
answers
80
views
How to type russian characters in TextField in XCode iOS Preview?
I have an iOS project I'm working on in Xcode. In the SwiftUI preview window that regenerates every time the UI is changed, I need to be able to write Cyrillic (Russian) characters in it.
I can change ...
0
votes
0
answers
55
views
Why use/don't use cyrillic letters in python [duplicate]
I wonder how to use cyrillik letters.
I wrote an python Script like this:
привет = "Всем привет!"
def сказай_привет (мой_привет):
print (мой_привет)
сказай_привет (привет)
how do I ...
3
votes
1
answer
176
views
In what encoding can the Windows terminal accept Chinese and Russian characters from a program written in C++?
Does anyone know what encoding can be used to send commands to the terminal via a pipe created by the CreatePipe method? Commands with Cyrillic, Russian or Chinese characters must be sent to the ...
-1
votes
1
answer
85
views
Cyrillic to upper function in fasm on linux
I have a part of code that compares 2 bytes in ax like one unicode UTF-8 symbol and converts it's to upper one, but amid Russian alphabet function doesn't work.
; first byte starts with 110
; and ...
3
votes
1
answer
139
views
Encoding Issues with Cyrillic Text Scraped using rvest in R
I'm trying to scrape russian media web pages that contains Cyrillic text using the rvest package in R.
However, for some of the pages (not all for some reason) I'm encountering an encoding issue where ...
0
votes
1
answer
529
views
Cyrillic characters wont show up in console
So, only characters that I input shows perfectly fine, but the output characters (when im doing Console.WriteLine) change to '?' Output
It is weird because before every cyrillic character was showing ...
0
votes
1
answer
88
views
Filter does not work on Cyrillic alphabet with breve "й" in R
I am kinda confused with the filter in R that seem to not work for Cyrillic alphabet with breve (й). Here is a simplified dataframe of my data which contains 1363 rows.
df <- data_frame(lex_1 = c('...
0
votes
2
answers
261
views
How can i read cyrillic text from VS2019 console
int main() {
char faculty[20];
ss=setlocale(LC_ALL, "");
f = fopen("input.txt", "r");
printf("Введите название факультета \n");
scanf("%...
0
votes
1
answer
97
views
Seeing Greek letters in RStudio when viewing data.frame
Out of nowhere when I look at my imported csv I see Greek alphabet (as seen in the example image).
The csv file itself is in Latin, encoding shouldn't be the problem
In the RStudio options I have ...
0
votes
0
answers
88
views
Problem searching for Cyrillic characters
I have to work with the Cyrillic alphabet, I have problem with this alphabet in queries.
When I'm looking for a specific word, some characters work like wildcards and are not considered at all in the ...
0
votes
1
answer
991
views
Python fitz insert russian text in PDF not work
I tried insert russian text in PDF file and I see that,
what am I doing wrong?
import fitz
if __name__ == '__main__':
src_pdf_filename = 'original.pdf'
dst_pdf_filename = 'destination.pdf'
...
0
votes
1
answer
173
views
Unable to Search for Specific Russian Text in SQL Server ntext Column Using LIKE Operator [duplicate]
I'm currently working on an ASP.NET Core application that uses Entity Framework Core to interact with a SQL Server database. I have a specific issue where I'm unable to search for Cyrillic text in a ...