https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21507

--- Comment #23 from Victor Grousset/tuxayo <[email protected]> ---
(In reply to Raphael Straub from comment #22)
> Unfortunately, the NumberFormatter is not part of this package [1], but
> perhaps we could use MessageFormat [2] for number formatting, e.g.

Does anyone know a way to make it accept at the same time 123.45 and 123,45 ?
The tricky thing here is that we need to find a tool that can handle multiple
formats and when it's not ambiguous, sort it out.

I looked at Math::Currency and it seems it only works with a locale switch so
it can't handle at the same time german, french and us formats. For witch all
cases seem not ambiguous.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to