Hi oxygold,
I cant understand ur question.. If u are asking about displaying ASCII charecters or text, as java supposts only unicode characters, these non-unicode characters or text should be converted manually before using it for display. This code convertion methode is well explained at:
Converting Non-Unicode Text (The Java™ Tutorials > Internationalization > Working with Text)
Regards,
Loganathan. S.