$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Cook (darren_at_[hidden])
Date: 2003-12-13 19:32:56
> 1) You can hack the traits class used by boost.regex:
Are the existing character-classes following a standard, or are you open to
patches to extend them? It might be nice to have at least:
[:hiragana:]
[:katakana:]
[:hankaku_katakana:]
[:wide_alpha:]
[:wide_num:]
[:wide_alphanum:]
Defining the set of Japanese kanji would be harder.
Darren