unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
115 stars 40 forks source link

Create a "SymbolMapUnitFormat" abstraction over EBNF and LocalUnitFormat #411

Open keilw opened 6 months ago

keilw commented 6 months ago

EBNFUnitFormat and LocalUnitFormat are both based on resource bundles and SymbolMap. It could help to harmonize some of them with an abstract common base class like SymbolMapUnitFormat or similar.

Also see #403, #406