Re: `regexp-exec' and non-ascii strings

2011-03-17 Thread Andy Wingo
On Sun 06 Mar 2011 20:52, Clinton Ebadi writes: > While debugging[0] an issue with Bobot++ (poor sneek!) aborting after > calling scm_regexp_exec on any utf-8 strings I eventually realized > that... the string was actually single-byte encoded internally. After > taking that down the wrong path I

`regexp-exec' and non-ascii strings

2011-03-06 Thread Clinton Ebadi
Greetings, While debugging[0] an issue with Bobot++ (poor sneek!) aborting after calling scm_regexp_exec on any utf-8 strings I eventually realized that... the string was actually single-byte encoded internally. After taking that down the wrong path I eventually tested `regexp-exec' with a *valid