Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
682 views

java.util.Properties and Cp1250

Can I use java.util.Properties with encoding different then default?
1
vote
1answer
1k views

Convert string from codepage 1252 to 1250

How can I convert one String with characters decoded in codepage 1252 into a String decoded in codepage 1250. For example String str1252 = "ê¹ś¿źæñ³ó"; String str1250 = convert(str1252); ...
0
votes
1answer
105 views

SOLVED: aptana studio 3 on mac, set file encoding to windows 1250

I've recently switched to mac, but I'm having problems working on my previous project. It has Windows 1250(cp-1250) encoding. Is it possible to change encoding on mac Aptana to use cp1250? I can't see ...
0
votes
1answer
1k views

How to convert string from cp1250 to utf-8 in Borland C++ Builder 6

I maintain an application written in Borland C++ 6. This app is using SQLite database. I am now extending it, so it can be used by unprivileged users, and so I had to move the database file to the ...