Hi, I just want to know how can i identify the content of the file is ASCII text or others.
How to identify a ASCII text file
Page 1 of 14 Replies - 902 Views - Last Post: 11 November 2008 - 06:22 AM
Replies To: How to identify a ASCII text file
#2
Re: How to identify a ASCII text file
Posted 10 November 2008 - 11:13 AM
sanrasu, on 10 Nov, 2008 - 02:10 AM, said:
Hi, I just want to know how can i identify the content of the file is ASCII text or others.
??
What do you mean?? just about every character is printed in ASCII (if not all). even the numbers you see in a text file. ASCII turns intigers into characters so it is readable.
#3
Re: How to identify a ASCII text file
Posted 10 November 2008 - 11:14 AM
[rules][/rules]
#4
Re: How to identify a ASCII text file
Posted 11 November 2008 - 12:17 AM
If the contents of the file have a majority of symbols with Ascii Values from 32 to 122 then you can safely assume that it is an ASCII Text File.
#5
Re: How to identify a ASCII text file
Posted 11 November 2008 - 06:22 AM
Quote
Hi, I just want to know how can i identify the content of the file is ASCII text or others.
In Windows OS's ... a simple way is often to just look at the end of the file name ...
Is it .txt
or
.dat
etc ...
Or ...
Just load the file into a text-file-processor like notepad .... and look-see
This post has been edited by David W: 11 November 2008 - 06:22 AM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|