[Date Prev][Date Next][Subject Prev][Subject Next][Date Index][Subject Index]

Re: More ANSI and RTF conversion



I have not done RTF conversions, but I use the Harbour xBase compiler (https://harbour.github.io/) for building custom conversion programs for XyWrite files (ASCII to UTF-8 and back, XyWrite modes to Ventura coding, etc.). I build complex custom functions with strtran (e.g. "cStr=strtran(cStr,chr(130),chr(195)+chr(169))" changes é to UTF-8).

Best regards,

Kari Eveli
LEXITEC Book Publishing (Finland)
lexitec@xxxxxxxxxx

I just saw Carl's message from Aug 31st asking for pointers for conversion filters. I'm afraid I haven't
any idea of how to convert XyWrite files from one code page to another. I've put together utilities that
convert plain text from one codepage to another, but not anything that handles XyWrite-style codes. Regrets!