Top "Cp1251" questions

Windows-1251 (a.k.a. code page CP1251) is a popular 8-bit character encoding, designed to cover languages that use the Cyrillic script such as Russian, Bulgarian, Serbian Cyrillic and other languages.

How to convert a string from CP-1251 to UTF-8?

I'm using mutagen to convert ID3 tags data from CP-1251/CP-1252 to UTF-8. In Linux there is no problem. But …

python utf-8 wxpython cp1251
Java: convert UTF8 String to byte array in another encoding

I have UTF8 encoded String, but I need to post parameters to Runtime process in cp1251. How can I decode …

java encoding cp1251
Change file encoding without information losses in intellij idea

Is it possible to change file's encoding from UTF-8 to windows1251 without cyrillic information lost. Because when I explicitely change …

encoding utf-8 intellij-idea cp1251
Maven error: unmappable character for encoding Cp1251

Can't compile your project in NetBeans, here is the error: ------------------------------------------------------------------------ BUILD FAILURE ------------------------------------------------------------------------ Total time: 4.094s Finished at: Sat …

java maven cp1251
php: converting from cp1251 to utf8

I have a problem converting a string from cp1251 to utf8... I need to get some names from database and …

php utf-8 preg-replace iconv cp1251