Hello.
I use TextMate 1.5.5. I came across a problem exibited by the perl bundle Tidy command.
If the output of a command, in this case perltidy, contains chars in utf8, all the output is discarded and we end up with a blank document. For example this script:
##################
my $body = <<END; Reparámos END
############
If I run the tidy command on this file, I end up with a blank document. Perltidy works fine though because I tried redirecting the output of the command to a file and it's all there.
Any ideias?
Regards, André Cruz