Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
12answers
423 views

Supplementary development tools for Java

What are your favorite supplementary tools for Java development? Mine are: 1) Total Commander (due to the ability to search inside JARs). 2) JAD + Jadclipse (to understand and debug libraries) ...
2
votes
2answers
58 views

Java reading in character streams with supplementary unicode characters

I'm having trouble reading in supplementary unicode characters using Java. I have a file that potentially contains characters in the supplementary set (anything greater than \uFFFF). When I setup my ...
0
votes
3answers
161 views

Do I need supplementary plane?

I think the question is pretty simple, do I need all the rest of the stuff in Unicode after the basic plane? What kind of stuff is included and is that really needed? (and for what purposes?) Thanks. ...