On Dec 14, 2011, at 2:18 AM, Peter Karman wrote: > Swish3 uses \003 control character as an internal field delimiter so passing > that through is pretty vital. Are you saying that utf8proc chokes on that > valid > UTF-8 sequence?
I do the same thing to index lists of things on Lucy in PGXN: https://github.com/pgxn/pgxn-api/blob/master/lib/PGXN/API/Indexer.pm#L77 Best, David
