From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-09-13 11:00:39


Raveendra Madala wrote :

> Character Equivalence is supposed to find all variations of a given
> character.

boost.regex clearly says that it does not support canonical equivalence.
http://www.boost.org/libs/regex/doc/standards.html

> How can we work around this issue? If you require more information on
> this, please do let me know.

The best way would probably to have full Unicode support in boost first,
to build a full unicode regex engine on top of it.