This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Patch: java.util.Currency implementation


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]