9fans archive / 2001 / 03 / 272 /    prev next

From: "rob pike" <rob@pla...>
Subject: Re: [9fans] more questions
Date: Wed, 28 Mar 2001 13:15:38 -0500

	Why does utflen() return an int instead of a long?
It should be long; fixed.

	Should Brdline take a Rune as the delimiter?
Probably, but it's a nasty change to make.

	isalpharune(2) claims that toupperrune and tolowerrune return ints, but they
	return Runes.
You're right; fixed.

-rob