TPIPE /simple=4

Jul 21, 2015
5
0
Germany
Hello,

when converting old DOS (OEM-charset) to ANSI with TPIPE /simple=4
I noticed that the EOL chars (CR LF) are replaced by '?'.

Applying the /simple=3 filter replaces every char with binary zero.
This will show it:
Code:
echo "Hallo, dies ist überhaupt nicht schön" | tpipe /simple=3 | view
Version: TCC 27.00.18

- Heinz
 
May 20, 2008
12,171
133
Syracuse, NY, USA
With simple=3, TCC just gets lost.

Code:
v:\> echo xxx | tpipe /simple=3
tpiEA
v:\> echo xxxxxx | tpipe /simple=3
Installe
v:\> echo xxxxxxxxx | tpipe /simple=3
Installer I
v:\> echo xxxxxxxxxxxx | tpipe /simple=3
2021-02-11 12:
v:\> echo xxxxxxxxxxxxxxx | tpipe /simple=3
2021-02-11 12:31:
v:\> echo xxxxxxxxxxxxxxxxxx | tpipe /simple=3
????????????????????
 
Jan 12, 2014
522
11
Switzerland, SO
Oh, ok - thanks Rex and Charles!

Mail to DataMystic is sent with following text:

Dear support

I am a customer of JP Software and their program Take Command (#1 Windows Command Prompt | Windows Console Replacement). There is your great product TPIPE integrated. Unfortunately it exist the following problem with TPIPE (see also TPIPE /simple=4):

With tpipe /simple=3, TCC just gets lost:

v:\> echo xxx | tpipe /simple=3
tpiEA
v:\> echo xxxxxx | tpipe /simple=3
Installe
v:\> echo xxxxxxxxx | tpipe /simple=3
Installer I
v:\> echo xxxxxxxxxxxx | tpipe /simple=3
2021-02-11 12:
v:\> echo xxxxxxxxxxxxxxx | tpipe /simple=3
2021-02-11 12:31:
v:\> echo xxxxxxxxxxxxxxxxxx | tpipe /simple=3
????????????????????

Could you provide a fix for this problem?

Kind regards,

...

Maybe it helps (a bit) ...

PS: They have a support phone number too and also Skype seems possible. More info on page Support
 
Last edited:

Bob

Aug 24, 2020
25
2
FWIW Data Mystic also has a Facebook (ptui) page DataMystic. It doesn't have a lot of traffic but there was post by Data Mystic on April 20 to announce the release of TextPipe Pro 11.8.
 
  • Like
Reactions: Alpengreis
Apr 2, 2011
1,607
15
55
North Carolina, USA
I did hear back from Datamystic:
==================
Hi Charles, thanks for letting us know. We have prepared a fix for this and it will be in the next release.

Let me know if I can help further.

Regards,
==================
 
  • Like
Reactions: Alpengreis
Apr 2, 2011
1,607
15
55
North Carolina, USA
Any other TPIPE problems? I do recall problems converting a PDF to TXT and also this thread is titled /Simple=4 but the content is /Simple=3 ? Was there a problem with /Simple=4 or just a typo?
 

Similar threads