On Fri, Jul 18, 2003 at 02:57:48PM +0000, Angus Leeming wrote:
> Now I know that this exposes my ignorance but nonetheless...

Welcaome in the club.

> 'switching to unicode' means reading in, writing out

Rather some 8 bit encoding of it like UTF8(?)..

> and storing a LyX buffer as a wstring rather than a string, right?

wstring is just 16 bit on *dows AFAIK, so rather some
'basic_string<32bittype>' 

> This wstring can then be handed over to Qt and it will 'do the right
> thing'?

I'd expect some conversion to happen nonetheless.

> None of that toqstr, fromqstr stuff?

Not sure. What does a QString look like? Is that a wstring?

> I guess therefore that we will need converters from wchar_t to/from
> c-strings for xforms then.

I'd think so.

> Am I on the right track?

I believe so.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to