Werner Keil
Werner Keil
This may not work in every case, but here the logical solution would be offering `getSystemConverter(`) to the API element `Unit` instead.
We're about to release SI Units and the other System Units. As the JSR is already available in 2.0 (there still need to be administrative steps in the JCP to...
As a member of the EG @magesh678 would be able to edit the guidebook already. If it exists, there is a team called @unitsofmeasurement/content-developers which is not directly related to...
Actually I saw, there is a chapter https://unitsofmeasurement.gitbook.io/uom-guide/getting-started/getting-started-with-indriya already in the UoM Guidebook. @magesh678, @lfoppiano and others, could you please get in touch over what other chapters in the "Getting...
I don't know if we'd get any more than `Exception in thread "main" java.lang.NumberFormatException: For input string: "100.95"` which the JDK `Integer` class gives when trying to parse a decimal...
Some places like Greece or Arabic countries have street signs with the same value but multiple languages like "10 km / χλμ" or "10 km / كم" requiring multiple translations...
Except for `Units.METRE.prefix(MetricPrefix.KILO).getName()` (there's an operation involved and it therefore won't even either name or symbol) the other two can get a name inside the `Units` collection.
I think "e" is a special case because it also exists in the textual representation of numbers like "1.60217662e-19". If you have a unit called "e" the "1.60217662e" would make...
We haven't been using this for a long time, EBNFUnitParser was maintained manually. Do you think we could use the example mentioned here with something like https://github.com/phax/ph-javacc-maven-plugin?
You think Ant is necessary? It may not be a problem either because at least in https://github.com/unitsofmeasurement/unit-api we already use it for the Java Mondule system (there could be newer...