I am writing a program that needs to process some text and then generate an 
RTF file.  I am using the spit command, but the file I generate gives me an 
error message when I try opening it using Windows Word, it brings up a 
message box stating:

Word was unable to read this document.  It may be corrupt....

If I just 'spit' the file as plain text without any rtf control codes then 
it will open, but first prompt me with the file conversion dialog box.  I 
tried encoding my file as both cp1252 and cp 437 using the :encode option, 
but neither made a difference.  I know that this question is probably 
outside the scope of an official clojure question, but hoping somebody can 
advise on what's wrong or the direction I should look.  thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to