- Sep
- 134
- 1
I've tried to solve my tiny little problem with Mixed Unicode/Ansicode Textfiles,
so I can use a HEX-Editor (WinHEX) to remove the BOM-Header and all Zerobytes 0x00
to get a valid Ansi-File, then using TPIPE to convert it to Unicode.
I've also developed a BTM-Script to do the same, it was very funny and interesting
but as expected to slow, if the filesize is growing to megabyte sized.
But I have the feeling that TP should be able to do the same !
I've read up and down the help for TPIPE, but I'm not so familiar with GREP / RegEx / Perl Patterns.
So the Question is: Can I use TPIPE to search and replace single Bytes in a form like \0x00 ?
Thanks in advance
so I can use a HEX-Editor (WinHEX) to remove the BOM-Header and all Zerobytes 0x00
to get a valid Ansi-File, then using TPIPE to convert it to Unicode.
I've also developed a BTM-Script to do the same, it was very funny and interesting

but as expected to slow, if the filesize is growing to megabyte sized.
But I have the feeling that TP should be able to do the same !
I've read up and down the help for TPIPE, but I'm not so familiar with GREP / RegEx / Perl Patterns.
So the Question is: Can I use TPIPE to search and replace single Bytes in a form like \0x00 ?
Thanks in advance
