Linked Questions

0 votes
0 answers
70 views

I have this little code: import javax.swing.*; public class Formulario extends JFrame{ private JLabel label1; private JLabel label2; public Formulario(){ setLayout(null); ...
NuzzeSicK's user avatar
  • 727
229 votes
9 answers
302k views

Whenever I add a new html file (or other text file) to the project its encoding is set to Cp1250. I am not sure why, I guess this is probably because my default language in Windows is Polish and I don'...
PawelRoman's user avatar
  • 6,332
41 votes
8 answers
64k views

I have a JavaEE project, in which I use message properties files. The encoding of those file is set to UTF-8. In the file I use the german umlauts like ä, ö, ü. The problem is, sometimes those ...
BuZZ-dEE's user avatar
  • 7,153
27 votes
8 answers
85k views

How can I use/display characters like ♥, ♦, ♣, or ♠ in Java/Eclipse? When I try to use them directly, e.g. in the source code, Eclipse cannot save the file. What can I do? Edit: How can I find the ...
Burkhard's user avatar
  • 14.8k
14 votes
3 answers
48k views

I am using Scanner to scan a .txt document in Java. However, when I open the .txt document in Eclipse, I notice some characters are not being recognized, and they are replaced with something that ...
Derrek Whistle's user avatar
18 votes
4 answers
21k views

I have a file which has international characters (UTF-8). How so I set this encoding type as a part of svn property and how do I ensure that it overrides automatically default encoding in eclipse i.e. ...
harrybvp's user avatar
  • 2,503
10 votes
2 answers
21k views

I want to use the infinity symbol (8 lying sideways) in java. furthermore i want to use it as a String component. i did not find a working charcode/ascii code for this (is there any?). i tried: ...
Wandang's user avatar
  • 952
2 votes
2 answers
11k views

I have an encoding problem in Eclipse (Indigo Service Release 1). Here's what happens: I have a property file (language bundle) in German language and it is not displayed correctly when I open it in ...
Atticus's user avatar
  • 1,652
1 vote
4 answers
5k views

I'm trying to assign 'o͝' (a phonetic character) to a Character in a Java program, but I get the error "Invalid character constant". My file is using UTF-8 and other phonetic characters work ok, but ...
user936580's user avatar
  • 1,233
6 votes
2 answers
5k views

I am using JSTL fmt taglib to show Tamil characters. But I could not show any Tamil characters. Instead of showing Tamil characters, it's showing question mark characters as in ??????. I tried for ...
user1942241's user avatar
1 vote
2 answers
3k views

Hi I have a problem with the encoding of my project. When I run JUnit tests from eclipse, there are no failures. The problem is when I do maven > clean maven > install, one of the tests fails. I ...
Jose Climent's user avatar
2 votes
2 answers
8k views

Working with DynamoDB and AWS (.net C#). For some reason when saving strings containing "é" get replaced with a question mark when saved. How can I prevent it from happening?
ShaneKm's user avatar
  • 21.5k
0 votes
3 answers
3k views

I'm learning Java, and I wanted to make a very basic calculator. But looks like I got a problem right a way! Here is the code: import java.util.Scanner; public class apples{ public static void ...
user avatar
2 votes
2 answers
7k views

I have the following issue. The java resultset is not showing Unicode (Chinese) characters, but showing all other characters. I am sure all characters are stored/showing properly from in Microsoft ...
GreenLeaf's user avatar
2 votes
2 answers
6k views

I saved my Java source file specifying it's encoding type as UTF-8 in my eclipse. It is working fine in eclipse. When I create a build with maven & execute it in my system Unicode characters are ...
Prasath's user avatar
  • 1,294

15 30 50 per page