Clint Adams, le Mon 20 Mar 2006 09:37:16 -0500, a écrit : > > « word characters are alphanumeric characters » > > (which include all characters for which libc's isalnum() returns true). > > > > This wasn't the case in version 4.3.1-1. The fix for #357313 probably > > needs fixing. > > This will do alphanumerics and underscores. I no longer have any idea > what the correct behavior is supposed to be.
The proposed patch's behavior is fine: by default, a-z, _ and accented/upcase variations are recognized as word chars, others aren't. Thanks, Samuel

