in my original troubles with this, i finally resorted to delete these null characters using a decent editor, i think it was notepad++ [<http://notepad-plus-plus.org/download>]. if i remember correctly, it allows to search [using <\0>] and replace [by nothing] the null characters.
notepad++ is a powerful free software (free as in beer and speech) for windows. so you would have to do search and replace by hand in any data file you have. batch procedures may make that easier if you have many data files.
in general (and especially under linux) you should be able to do this search & replace, possibly with some regular expression trickery or so, in any solid text editor. it is quite the pain in the butt to do it the first time, but i found - even without remembering exactly how i did it in a particular instance, that it will come back very quickly next time around.
make sure you try it out on a copy of a data file first and then if it works alright go on to the original files to prevent data loss.
hope this helps.
johann





Reply With Quote