The Artima Developer Community
Sponsored Link

Java Answers Forum
Writing a Unicode RTF text to a text file.

1 reply on 1 page. Most recent reply: Jun 24, 2002 10:23 AM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
nir

Posts: 2
Nickname: pythone
Registered: Jun, 2002

Writing a Unicode RTF text to a text file. Posted: Jun 24, 2002 8:14 AM
Reply to this message Reply
Advertisement
Hello.
I have a Java String that I would like to write to a text file.
The file needs to be in a Unicode RTF mode.
What is the easiest way to do it?
sincerely
nir


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Writing a Unicode RTF text to a text file. Posted: Jun 24, 2002 10:23 AM
Reply to this message Reply
I haven't done this sort of thing (I thought it was a universal requirement that all documents be in XML format these days) but javax.swing.text.rtf.RTFEditorKit might be of some help to you.

Flat View: This topic has 1 reply on 1 page
Topic: Pop up link? Previous Topic   Next Topic Topic: New to Programming revised

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use