Created on 1998-12-15.00:00:00 last changed 171 months ago
Proposed resolution:
In Section [locale.ctype.virtuals] change:
do_widen(do_narrow(c),0) == c
to:
do_widen(do_narrow(c,0)) == c
and change:
(is(M,c) || !ctc.is(M, do_narrow(c),dfault) )
to:
(is(M,c) || !ctc.is(M, do_narrow(c,dfault)) )
Typos in 22.2.1.1.2 need to be fixed.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg1351 |
1998-12-15 00:00:00 | admin | create |