|
From: Zoltan B. <zb...@du...> - 2005-05-15 19:37:44
|
Zoltan Boszormenyi =EDrta: > But it didn't fix the sum, its still displayed with decimal dot > instead of a comma. All the other numbers above it contains comma. > They come directly from the SQL query. In RLIB's datasources, > the values are actually strings, aren't they? The actual values aren't > converted to numbers and back to strings, I suppose. > Only the report variables are treated differently. Only a small fix was needed for libsrc/formatstring.c::rlib_number_sprintf() to fix it, and now the report variables also displayed with correct decimal separator according to the locale settings. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |