trichview.support
Blocking unicode characters |
Author |
Message |
Pieter E. |
Posted: 02/14/2005 13:15:41 Dear Sergey, Is there a way to block unicode characters like Japanese, Chinese, Arabic and so on? I've tried the following code: // Unicode rve->RTFReadProperties->UnicodeMode = rvruNoUnicode; rve->Clear(); for(int i=0; i<rvs->TextStyles->Count; i++) rvs->TextStyles->Items[i]->Unicode = false; rve->Format(); //----- But RichViewEdit still recognizes Japanese (and maybe more...) when I copy Japanese text from MS Word with CTRL-C. Could give me some advice?? Thanks. Pieter E. |
Powered by ABC Amber Outlook Express Converter