This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Patch: java.util.Currency implementation
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 08 May 2003 12:53:22 -0600
- Subject: Re: RFC: Patch: java.util.Currency implementation
- References: <200304301705.18145.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> today I had an idea how to implement java.util.Currency.
Michael> Basicly it reads a file with the currency definitions and works with
Michael> this data.
I'd prefer we handle this by putting more information into the
existing property files.
Those are auto-generated using a hacky glibc patch I have. Perhaps
it could be extended for currency info.
If you're interested I can send the patch. Also, at some point we'd
like to switch from using actual classes to real .properties files
for this information -- that way it will take up less space.
Tom