I am sure there is no tool, free or otherwise, for making C++ code unicode compliant
If you are talking of Windows code, you could make a start by just putting "#define UNICODE" before the windows headers. Then, you will have a lot of editing to do.
I have just finished that sort of project, so as to be able to handle arbitrary (non-Ansi) filenames. As in my Fontlist v.5, http://ourworld.compuserve.com/homepages/RaymondM

Raymond Mercier

Reply via email to