14 Mar
2005
14 Mar
'05
6:15 a.m.
*fancy* handling for chars over 0x7F. The entire javascript engine in a static lib is less than 2M, so ICU seems a bit heavy weight for simple functionality. The only extra thing I want to add over usual boost::regex is to be able to use \xHHHH or \uHHHH and that it would operate on 16-bit characters.
Ok, I made it work the way I describe here - it understands now \u{HHH}
notaion and operates on 16-bit wide chars. I didn't touch anything from
c_regex_tratis. I only wrote myown char_traits and then
typedef reg_expression