Java system prop question.

P

pinto

Guys,
What do you mean by this line in a java startup script: What will be
the result of using this line:
sun.io.unicode.encoding=UnicodeLittle

Regards,
Pinto
 
G

Gordon Beaton

What do you mean by this line in a java startup script: What will be
the result of using this line: sun.io.unicode.encoding=UnicodeLittle

It's a system property that determines the correct platform dependent
byte ordering to use when converting between byte[] and unicode
characters.

Since it belongs to the "sun" package, it's not part of any public
interface, and consequently nothing you really need to care about.

/gordon
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

pinto said:
What do you mean by this line in a java startup script: What will be
the result of using this line:
sun.io.unicode.encoding=UnicodeLittle

Looks as an undocumented feature to get SUN Java to read/write UTF-16 as
little endian.

Should be easy to check.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top