Re: coercing styled text to text
Re: coercing styled text to text
- Subject: Re: coercing styled text to text
- From: Helmut Fuchs <email@hidden>
- Date: Sat, 12 Jan 2002 21:47:23 +0100
At 14:59 Uhr -0800 11.01.2002, Ben Robbins wrote:
Any ideas how to coerce styled text to plain text?
I'm using the following to extract "string" data if I don't know,
whether theString is a plain string, styled text of Unicode text:
get <<class ktxt>> of (theString as international text as record)
Be warned that you may be losing information - "styled text" carries
information about encodings, whereas a plain string doesn't.
HTH,
Helmut
--