bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting wide character related matching info out of regex?


From: Paolo Bonzini
Subject: Re: getting wide character related matching info out of regex?
Date: Wed, 15 Sep 2010 09:46:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5

On 09/15/2010 08:25 AM, Aharon Robbins wrote:
Hi all.

A discussion came up recently that in order for gawk's match() function
to set RSTART and RLENGTH in terms of characters and not bytes

May I first of all ask for a pointer about this discussion? I understand that this is to make sure that substr() complies with POSIX:

"Return the at most n-character substring of s that begins at position m, numbering from 1. If n is missing, the length of the substring will be limited by the length of the string s."

Honestly, it seems a gratuitous change to me, going against the existing practice of pretty much every awk implementation around. Are you sure you want to go through this burden??

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]