Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to create an ASCII text file containing a list of files. while saving a notepad file only few encoding methods are available like unicode, ANSI, unicode-8 and unicode big endian.. How cn i create ASCII txt file. plz help
Posted
Comments
Richard MacCutchan 19-Jan-15 9:22am    
ANSI is ASCII in this case.

1 solution

Just save it as txt using the default ANSI encoding.
 
Share this answer
 
v2
Comments
rukhs 19-Jan-15 9:31am    
i am doing the same. actually i am trying to run a software called tagger using MS-DOS . this tagger tags the content of a text file which is in urdu language.some instructions are given for running this software using DOS. these are:

There are eight programs supplied in the “Software” directory. The only one is urduwrap, which makes a direct call to the Unitag system. This makes the process of tagging a file very easy for the user, as urduwrap sets all the options for you
To use Urduwrap to call the tagging system, put all the programs and text files in the “software” directory into the same directory as the files you wish to tag.

Then, from an MS-DOS command prompt, give the following command:

urduwrap list.txt

where list.txt (or whatever other filename you choose to use) is an ASCII text file containing a list of all the files to be tagged, one filename per line, and nothing else.All files to be tagged must be two-byte Unicode text.

i have created a directory called Check.its contains all the programs and two text files. one is aaa.txt (which contains the file name test.txt)and other is test.txt (which contains actual urdu text). when i am running this command from command prompt
C:\check>urduwrap aaa.txt
its giving me error: FILE <null> could not be opened. check file exist.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900