From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 2 May 2013 11:19:38 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20130502150829.GA435@polynum.com> References: <20130502123825.GA1975@polynum.com> <20130502132556.GA2653@polynum.com> <20130502150829.GA435@polynum.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Octets regexp Topicbox-Message-UUID: 50e207b2-ead8-11e9-9d60-3106f5b1d025 > But that is exactly my point: to have localization far from regexp. > Regexp taking simply a string of bytes and matching strings of bytes. the plan 9 model is that all text is utf-8, with the exception of internal encodings which may be Runes. is your proposal - to change programs that take regular expressions to be exceptions to the plan 9 text model, or - to change the plan 9 text model ? either way, i think the bar should be high to change the text model for plan 9, and higher to make exceptions. - erik