There are a few places in the code where functions are doubly localized.
For example:
&REPORT_ACTBY calls ulocal(FN_BARGRAPH), but &FN_BARGRAPH wraps everything
inside a localize().
Generally I would favor limiting the use of localize() and increasing the
use of ulocal() only when it is necessary.
This is easily fixed with a careful audit of the code.
Original issue reported on code.google.com by widdis@gmail.com on 29 Jan 2010 at 3:33
Original issue reported on code.google.com by
widdis@gmail.com
on 29 Jan 2010 at 3:33