Try converting the Russian character string to Unicode using
MultiByteToWideChar(1251,...) and then pass the Unicode string to the edit
control.

Murray

> I have problems with passing russian character string (in MS FoxPro 6.0)
> to
> DHTM Edit Control (MS). Probable reason is that string encoding is ANSI
> and
> default in_stream encoding for DHTM Edit Control is Unicode. What can I
> do?
> 
> Thank you
> 
> Best regards,
> Dr. Grigoryants

Reply via email to