From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] plan 9 wiki experiment From: "rob pike" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010202045632.62790199FB@mail.cse.psu.edu> Date: Thu, 1 Feb 2001 23:56:24 -0500 Topicbox-Message-UUID: 5683b986-eac9-11e9-9e20-41e7f4b1d025 > I checked my UTF-8 document somemore bits, and found Wiki server may > transrate '0x20' to '0x0a', which destroyes Japanese text. 0x20 is not part of a valid UTF-8 sequence except when it represents a space character. "[E6 97 20]" is not a valid UTF-8 sequence. -rob