Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

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 ...
lStoilov's user avatar
  • 1,351
1 vote
0 answers
69 views

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 ...
Sergey Kiwi's user avatar
0 votes
0 answers
53 views

I wonder how to use cyrillik letters. I wrote an python Script like this: привет = "Всем привет!" def сказай_привет (мой_привет): print (мой_привет) сказай_привет (привет) how do I ...
fmi2012's user avatar
-1 votes
1 answer
78 views

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 ...
Alexandr's user avatar
0 votes
0 answers
59 views

After starting a new R session on Win10 with the default Sys.setlocale setting changed to "Sys.setlocale("LC_CTYPE", "ukrainian")", importing a UTF-8 BOM formatted csv-...
thomas's user avatar
  • 1
0 votes
1 answer
87 views

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('...
pindakazen's user avatar
0 votes
1 answer
97 views

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 ...
Marian's user avatar
  • 31
0 votes
1 answer
961 views

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' ...
Дмитрий Федулов's user avatar
0 votes
1 answer
131 views

I'm trying to generate questions and answers based on an uploaded text. I'm using opensource library Haystack by Deepset in order to do that as it works great with English texts. However, with ...
user164863's user avatar
1 vote
1 answer
359 views

I want to create a text file with a filename that has some Cyrillic characters. This MS Word VBA code does not work since I moved from Windows to Mac: Dim fname As String fname = db_path + "...
Andrey Rozov's user avatar
1 vote
1 answer
374 views

everyone! Maybe someone could help me solve problem with my NodeJS app in docker container. In simple words i have a web scraper with puppeteer and chrome, that gets needed info from website (in ...
Igor's user avatar
  • 29
0 votes
1 answer
720 views

In the PDF document, you need to display the text in Russian. Many ways were used, but the result is the same - instead of letters "krazyabry". The text in English is displayed as intended. ...
Ekatarina El's user avatar
0 votes
1 answer
94 views

I have a .txt file with cyrillic text where a lot of lines end with a short hyphen (-). I want these removed, but without removing the hyphens anywhere else in the file. Have made this thus far, where ...
Pompan's user avatar
  • 123
2 votes
1 answer
545 views

When you have an index with field that its type is wildcard and its filled with Cyrillic data and then when you perform wildcard query with case_insensitive: true, no documents are found. Note: this ...
Irfan Hodzic's user avatar
1 vote
0 answers
84 views

How can use Thymeleaf with Cyrillic keywords (token) my settings is: config: @Bean public SpringTemplateEngine springTemplateEngine() { SpringTemplateEngine templateEngine = new ...
Илья Косолапов's user avatar
0 votes
0 answers
55 views

I want to use Cyrillic characters with my simple web app (flask with MySQL DB). DB charset is set = cp1251 / collation = cp1251_general_ci Charset/collation is specified during application connection ...
Volodymyr Mazur's user avatar
0 votes
1 answer
184 views

This is my php code: <?php $jsonData = file_get_contents("1.json"); $jsonDecoded = json_decode($jsonData); $csv = '1.csv'; $fileCsv = fopen($csv, 'w'); foreach($jsonDecoded as $i){ ...
Uli's user avatar
  • 3
0 votes
0 answers
172 views

I'm a newbie and stack at the beginning of Big journey My problem is: I've got a site, where I try to input information in Cyrillic when I input information manually everything is fine even if I ...
maf's user avatar
  • 1
-2 votes
1 answer
489 views

I have a formatted text on a wordpad file(rtf). I'm trying to open it on a richedit on a delphi form. The problem is that the string is in cyrillic(Bulgarian) and it's saved with weird hieroglyphs or ...
Ineffable21's user avatar
0 votes
1 answer
508 views

Displays characters when sending Cyrillic for printing. I checked all available encodings in the library by printing the text "Тест" and got no result. The printer supports the Cyrillic ...
Dima Chibuk's user avatar
0 votes
1 answer
626 views

I found several topic open about how to insert correctly cyrillic word into the table. But, my issue is different and I do not find answer here. In my case, I've no issue to insert cyrillic word (and ...
Keihilin's user avatar
0 votes
0 answers
17 views

I am using the following code to output results from my MySQL database table in a PHP foreach() loop. However, the characters stored in the database are Cyrillic and there are being displayed as ...
arkitektron's user avatar
0 votes
0 answers
348 views

Long-time listener, first-time caller. I have a quick R script to calculate word frequency in a set of Cyrillic text files encoded as UTF-8. This runs great on macOS/Linux, but on Windows, R seems to ...
codexabrogans's user avatar
0 votes
2 answers
1k views

I'd like to clean the string from any words, which does not contain at least one Cyrillic letter (by words I mean parts of string split by whitespace char) I've tried line = re.sub(' *^[^а-яА-Я]+ *', '...
Ignat's user avatar
  • 98
0 votes
1 answer
2k views

I am VBA advanced user. I have many PC's, Laptop's and all of them have Windows and MS Office 2013 or 2016 installed The described below problem is only on my Dell Laptop. OS is Windows 10 Pro, Office ...
BhBp.bg's user avatar

1
2 3 4 5
12