Char to Wide-Char tool

From: David Craig (doc@ElSegundoCA.ATTGIS.COM)
Date: Fri Mar 22 1996 - 11:04:55 EST


I am looking for a tool which will take a C source file using traditional
character strings and convert it a wide-character based source file. As an
example, the tool would convert:

char name[10]; -> wchar_t name[10];
strcpy(name, "Joe"); -> wstrcpy(name, L"Joe");

+-----------+---------------------------------+----------------------------+
| | David O. Craig | Phone: (310) 524-7769 |
| | Teradata Internationalization | Fax: (310) 524-5516 |
| N C R | Large Systems Solutions | Office: 16-132 |
| | 100 N. Sepulveda Blvd. | doc@elsegundoca.attgis.com |
| | El Segundo, Ca. 90245 | |
+-----------+---------------------------------+----------------------------+



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:30 EDT