| Author |
Jave File write in Unix
|
Rashid Akhter
Greenhorn
Joined: Jun 24, 2011
Posts: 1
|
|
Hi ,
I am working on htmlparser which contains some empty tag with whitespace like
<span some attributes> </span> ,
when I am trying to write this string to a file in unix sytem it is replacing white space with ? like <span some attributes>?</span>.
Please suggest if unix takes white space as a special character and how to get rid of '?' .
Thanks,
|
 |
Zandis Murāns
Ranch Hand
Joined: Aug 18, 2009
Posts: 174
|
|
|
Please provide us with your code.
|
 |
Pat Farrell
Rancher
Joined: Aug 11, 2007
Posts: 4422
|
|
Rashid Akhter,
Can you please be more specific?
Unix/Linux treat some characters as special in file names and directory names, but not as characters within a file. Which are you concerned about?
|
 |
 |
|
|
subject: Jave File write in Unix
|
|
|