From lisp.linux at gmail.com Wed Apr 25 14:56:02 2012 From: lisp.linux at gmail.com (Antony) Date: Wed, 25 Apr 2012 07:56:02 -0700 Subject: [babel-devel] [asdf-devel] Tool for transcoding lisp source files and adding coding file options. In-Reply-To: <4F9771FA.1030806@scieneer.com> References: <4F9771FA.1030806@scieneer.com> Message-ID: <4F981082.9000709@gmail.com> On 4/24/2012 8:39 PM, Douglas Crosher wrote: > A tool to add the coding file option to lisp source files is now available. This can also be used to transcode all the files to > UTF-8, or to attempt transcoding to ISO-8859-1 or US-ASCII with loss in comments. There is an example for the current Quicklisp > releases with a few required exceptions. This is experimental, particularly the transcoding to ISO-8859-1 or US-ASCII. Please > backup your code before giving this a try! See: > http://www.scieneer.com/files/transcode.lisp Thanks for sharing. Would be nice if someone puts relevant pieces in a library since this has quite a bit of generally (outside of lisp source file encoding conversion) useful stuff. -Antony