This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: latin characters


Mato Mira, Fernando wrote:
Hello,

When I try evaluating:

"<a string of latin characters (all of them 'funny') that displays properly
on input>"

I get back

"???????????????????????????????????????????????????????????????????????????
?????????"

I think it's just the display that's wrong. I tried:

Kawa doesn't do any magic with character conversions. It relies on the lower-level Java libraries. My guess is you'd get the same output with a Java "Hello world" program. -- --Per Bothner per at bothner dot com http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]