When working with alternate unites like Feet, Fahrenheit and so on, a custom symbol can be used, but in the TransformedUnit constructor, the symbol is being ignored:
Please use the label() method of SimpleUnitFormat instead, in most cases TransformedUnit has no symbol by design, that doesn't mean the unit cannot have a label/visual representation.
Hi
When working with alternate unites like Feet, Fahrenheit and so on, a custom symbol can be used, but in the TransformedUnit constructor, the symbol is being ignored:
A simple change would really help out:
Thanks and regards