[EMAIL PROTECTED] writes:
| How do you do it with lyxstring?
| If you have done it by changing lyxstring... wrong move... but I
guess
| this is an interimg solution anyway, until we begin to use
| wstring/wchar_t in LyX.
|
I have defined in support/lyxstring.C,
"lyxstring & lyxstring::operator +=(wchar_t wc)".
| What do you store in the lyxstring? When do you need the conversion?
For example, in "LyXTeXt::draw(...)" in text.C, "textstring +=c;" is
understood "lyxstring +=(wchar_t)" in CJK-LyX.
Regards,
cghan