getUCUMInstance static method

UnitFormat getUCUMInstance()

Returns the UCUM international unit format; this format uses characters range 0000-007F exclusively and is not locale-sensitive.

For example: kg.m/s2

Implementation

static UnitFormat getUCUMInstance() {
  return UnitFormat.asciiUnitFormat; // TBD - Provide UCUM implementation.
}