Some characters, such as à, are not present in the output. This is probably due to a behavior in the selene unicode library which doesn't look at complete utf-8 sequences, but only at single bytes. So C3A0 matchs %s. Adding anchors to the pattern fixes that problem.
Some characters, such as à, are not present in the output. This is probably due to a behavior in the selene unicode library which doesn't look at complete utf-8 sequences, but only at single bytes. So C3A0 matchs %s. Adding anchors to the pattern fixes that problem.