From mboxrd@z Thu Jan 1 00:00:00 1970 From: rsc@plan9.bell-labs.com Message-Id: <200102020455.XAA26955@smtp3.fas.harvard.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] plan 9 wiki experiment MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 1 Feb 2001 23:55:43 -0500 Topicbox-Message-UUID: 567b71ae-eac9-11e9-9e20-41e7f4b1d025 I just fixed that, a minute ago. I was dutifully using isspace() rather than reinvent the wheel, and isspace() didn't work on UTF bytes (with the high-bit set, it thought they were negative). So the return value on bytes in UTF sequences was mostly bogus. Retype the UTF, it should stay this time. Russ