utf-8

Intellij Idea - how to translate an entire java project to UTF-8

I have an old project that is not encoded in UTF-8, I need to translate the entire project to UTF-8. I work in Intellij Idea. ... ed at the beginning of each file. Maybe there is a plugin that will carefully translate all classes into UTF-8 encoding ?

Problem with Cyrillic in php

The project is being developed in utf-8 encoding. Faced with the problem of processing strings with Cyrillic characters. Code ... olni I.e. the function does not work for the Cyrillic alphabet. What should I do to get "Add" instead of "Add"in the output?

Decode the ISO-8859-1 string to UTF-8

There is a $string that contains inside: Âàëåðèé Ìåëàäçå Îêåàí È Òðè Ðåêè (Feat. Âèà Ãðà) You can't decode it to UTF-8 to ... ng); iconv ('Windows-1251', 'UTF-8', $string); Also tried the utf8_encode () function.. To no avail. I hope for your help.

Incorrect mb detect encoding detection

You must select the content of the title tag. I process it using the DOM parser. When I save it and open it in the editor, th ... e Lebedev script returns another (and normally formats it in Cyrillic)? How do I convert this text to Cyrillic in this case?

The number of bytes that a UTF8 character occupies in a char * string?

To iterate through the words of a UTF8-encoded string, I needed to figure out how to find out the total number of bytes of a ... ul. On SO, they write that it is taken from the source code glib's gutf8.c. So I wonder what principle underlies it. Thanks.

How do I determine if a UTF8 character is alphanumeric?

Suppose I have a string" hello " in UTF8 encoding. This string is in the C-string char *str. I want to know how I can determ ... k the entire range of the Russian alphabet. I suspect that there is some evidence hidden here, which I do not yet understand.

Question about python and base64 encoding

Hi everyone, I have a question. I was writing the code, and it was supposed to get a link to the image. But this link was, as ... de(a) print(b) png_recovered = b.decode('UTF-8') return png_recovered image = abstract('Andrei') print(image)

Transcoding a part of the text in data.frame from utf8 to win1251 to R

There is an object data in the format data.frame, which contains columns with text in combination with other data, part of th ... ) Class 'labeled' chr "RYReR±resЂcЊ" .. .. LABEL: fo Str(t1) Class 'labelled' chr "R R RR S'R V±R S'RR'RЉ" .. .. LABEL: fo

How do I convert a group of files from UTF-8 to Windows-1251?

OS - WINDOWS. UPD1. I have a project in C, encoding all files UTF-8. The authorities asked me to do this in win-1251. UPD2. ... l idea, okay, I have a small task, and if someone needs to re-convert the database, also linux would you recommend it?)) :- D

Krakozyabry in the database and questions on the site

Dear professionals, after trying many options from the forums and Google, I got completely confused, so I have to ask for hel ... tried to get the server encoding via character_set_name () - returns latin1. Please tell me, I'm already completely confused

How to set the page encoding

There is a page, it has all utf-8 encoding. The meta tag specifies utf-8 encoding. But the problem is that the browser perc ... om_right"></td> </tr> </table> [/BODY] [BOTTOM] </div> </BODY> </HTML> [/BOTTOM]

Conversion of UTF8 <> 1251 and the large letter " And"

Take the line " Game!" and we translate into an array of bytes (1). We create a string from this array of bytes, but specify ... tf8AsW1251.getBytes(CS_1251), CS_UTF8) //(3) ); //�?гра! } }

C++ / SFML | Hieroglyphs instead of Cyrillic | Write text from a variable in Russian

I can't display the Russian text on the screen. I looked through all sorts of sites, found this method: text.setString(L"S ... xt.setString(test_string); window.draw(text); Help me, what to use to output Russian text (Cyrillic), !from a variable!.

Problems with DB encoding [duplicate]

This question has already been answered here: ... bet is written and selected as in the form of question marks. What could be the problem? Has anyone encountered this before?

How to convert UTF-8 to KOI-8 and html character encoding?

Here is the string recoding function: String recoding functions Here is a kind of translation of Unicode to html encoding: ht ... 73;&#x26;#21517;" How to determine which character cannot be converted from UTF-8 to KOI-8 and replace it with html code?

How do I change the text encoding in the database?

Initially, the database was encoded in some Latin like and in the text of the quack instead of letters. After executing this ... rbage Øàìàíñêàÿ âûñòàâêà "Çâóêè Âåðõíåãî Ìèðà" No solutions that are found help. What other options are there to fix this?

How to change UTF-8 encoding in windows cmd?

The file should be output in utf-8, and in the console-866, as a result, the browser displays diamonds. Nothing changed afte ... me) in the same folder, the file index.html is generated, and you can see the diamonds in the browser. All files in utf-8,

Question mark instead of Russian letters (MySQL, PHP)

There is a local server based on Endels, a MySQL database phonebook, and a tblMain table encoded in utf8_general_ci. The brow ... mysql_close($link); ?> What is the latin1 encoding and how can I change it to the right one?!

How do I recode Windows-1252 to UTF-8?

I parsed one order, I write it down in the database. If you write to the database as is, then the database will be: ОфорР... сь помучиться CP1252 → CP1251 получилось слово: Оформлен So the encoding doesn't change? How do I change the encoding?

What is the reason for HTTP request failed! HTTP/1.1 400 Bad Request?

I'm trying to execute a request via a script from a parsed Atom feed: foreach($xml->channel->item as $item) { global ... rt_encoding($description, "UTF-8", "auto");Тол It's no use. Who faced similar, tell me how to solve this problem a problem?