Converting ASCII file format to unicode file format.
-
Hello Friends. I want to made an exe file in c++/MFC that reads from an autorun.inf file. Now if the format of autorun.inf is ASCII, then it can't be read correctly by our exe. if its format is unicode, then it displays the correct information. Now generally the format of autorun.inf/autorun.ini is ASCII. My problem is that i want to convert the format of "autorun.inf" from ASCII to Unicode manually. i search for this on different forums but i can't get any help. Can any body help me. I shall be very thankful to all of You. Thanx in Advance. :-O
-
Hello Friends. I want to made an exe file in c++/MFC that reads from an autorun.inf file. Now if the format of autorun.inf is ASCII, then it can't be read correctly by our exe. if its format is unicode, then it displays the correct information. Now generally the format of autorun.inf/autorun.ini is ASCII. My problem is that i want to convert the format of "autorun.inf" from ASCII to Unicode manually. i search for this on different forums but i can't get any help. Can any body help me. I shall be very thankful to all of You. Thanx in Advance. :-O
http://www.codeproject.com/KB/files/ANSI-UNICODE_conversion.aspx[^] May be this can help you.
-@SuDhIrKuMaR@-
-
Hello Friends. I want to made an exe file in c++/MFC that reads from an autorun.inf file. Now if the format of autorun.inf is ASCII, then it can't be read correctly by our exe. if its format is unicode, then it displays the correct information. Now generally the format of autorun.inf/autorun.ini is ASCII. My problem is that i want to convert the format of "autorun.inf" from ASCII to Unicode manually. i search for this on different forums but i can't get any help. Can any body help me. I shall be very thankful to all of You. Thanx in Advance. :-O
-
Since you say you want to do it manually, you could just open it in notepad and then SaveAs (choosing Unicode). Hope that helps.
Karl - WK5M PP-ASEL-IA (N43CS) PGP Key: 0xDB02E193 PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
Thanks a lot dear friend for your reply. But i want to ask you one question i.s. what is notepad, and where can i find it?
-
Thanks a lot dear friend for your reply. But i want to ask you one question i.s. what is notepad, and where can i find it?
From the Start menu (Windows), choose Run, then type in "notepad" (without the quotes) and press return. You can also find an enhanced version by using google to search for Notepad++. Hope that helps.
Karl - WK5M PP-ASEL-IA (N43CS) PGP Key: 0xDB02E193 PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193