Tip: converting logfile back to ANSI

GoldWave general discussions and community help
Post Reply
chrisjj
Posts: 115
Joined: Tue Feb 07, 2006 5:38 pm

Tip: converting logfile back to ANSI

Post by chrisjj »

Anyone else belatedly upgrading GW from versions that used ANSI for the logfile, finding now it is changed to UTF-16, may find this useful for converting back:

Code: Select all

   win_iconv -f utf-16 -t iso-8859-1 <!gwlog.txt >temp\ansi!gwlog.txt

.exe here: https://code.google.com/p/win-iconv/downloads/list.
Post Reply