Sorry Jesse, I didn't know that C1 supports platform dependent charset 
encodings ...
Anyway, if you'll ever need to do this conversion maybe this tools can 
help you:
- Francois Pinard has written "recode" for Linux/Unix:
http://www.iro.umontreal.ca/contrib/recode/
- But I think you already have what you need. Look inside the bin/ 
directory in your JDK, you'll find a tool called native2ascii that you 
can use this way:
native2ascii -encoding MacRoman example.xml example.jtx
native2ascii -reverse -encoding UTF-8 example.jtx example.xml
The supported encodings:
http://java.sun.com/j2se/1.3.0/docs/guide/intl/encoding.doc.html
And a little help for this tool:
http://java.sun.com/j2se/1.3.0/docs/tooldocs/win32/native2ascii.html

Hope this can help you. Sincerely.
--
Fulvio Picecchi



Jesse Reynolds wrote:
> Thanks Fulvio for your kind thoughts.
> 
> I'm fully aware that it would be much better if our database could send 
> out UTF-8, but that's alot of work that I'd rather not do. Cocoon1 has 
> been doing a perfect job of understanding MacRoman to date, it would 
> seem a great pity to have lost this functionality.
> 
> There must be a way of doing it in a pipeline somehow. Hopefully someone 
> has already written the code.
> 
> Cheers
> 
> Jesse
...


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to