We have recently changed our application to work in Unicode. The two technologies we found most useful were Uniscribe and Rich Edit.
If you need to run your app on Windows 9x, you'll also want to find out about MSLU, a new library from Microsoft that provides limited support for Unicode on Windows 9x. See http://msdn.microsoft.com/msdnmag/issues/01/10/MSLU/MSLU.asp - rick cameron -----Original Message----- From: James Kass [mailto:[EMAIL PROTECTED]] Sent: Friday, 18 January 2002 16:55 To: Ron Tucker; Unicode List Subject: Re: Implementation questions Ron Tucker wrote, > I am new to this entire area. I have an application that requires > both English and Arabic. Besides having the UNICODE Standard, what do > I need to implement UNICODE into a Visual C++ application and where > can I find it? A good, general article includes some useful info: http://www.microsoft.com/msj/1198/multilang/multilangtop.htm Many tools, articles, and features of the Microsoft Developer's Network http://msdn.microsoft.com/default.asp should also be useful. Best regards, James Kass.

