From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <672751c86da705db9390a606dc42fde1@quintile.net> From: "Steve Simon" Date: Fri, 7 Sep 2007 16:32:26 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] Acme Edit/tcs and different character sets In-Reply-To: <56a297000709070715v23b71aa3wa32422c0febc61da@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: bafa821a-ead2-11e9-9d60-3106f5b1d025 I have a suspicion that your file gets munged when acme reads it as acme is expecting valid unicode and ms-kanji is not valid unicode. I think you have no option but to translate to/from MS outside acme. If this is a common problem for you then you could write a little file server which envokes tcs to translate to and from an ms-kanji transparently and run it behind acme (so acme inherits its namespace). -Steve