Questions tagged [cp1251]

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. It is the most widely used for encoding the Bulgarian, Serbian and Macedonian languages. In modern applications, Unicode is a preferred character set.

Windows-1251 or 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. It is the most widely used for encoding the Bulgarian, Serbian and Macedonian languages. In modern applications, Unicode is a preferred character set.

Source and more information: Windows-1251 on the English Wikipedia

76 questions
-2
votes
1 answer

How to convert cp1251 to utf-8 programmatically in Java?

Possible Duplicate: Encoding conversion in java Actually I need an example, method to convert from cp1251 encoding to utf-8 in Java. For example, I don't have a headache in PHP with this question because of: iconv($str, "cp1251", "utf-8"); So,…
Arthur Kushman
  • 3,449
  • 10
  • 49
  • 64
1 2 3 4 5
6