Sometimes it would be nice to have ability to use uppercase version on long si prefix. For example, currently im working with Autodesk Revit webservice, and from Revit i'm getting aliases like 'DUT_METERS' or 'DUT_MILLIMETERS'. So instead of breaking standart and using 'strtouper/strtolower' everywhere, I could just describe new aliases in uppercase.
Sometimes it would be nice to have ability to use uppercase version on long si prefix. For example, currently im working with Autodesk Revit webservice, and from Revit i'm getting aliases like 'DUT_METERS' or 'DUT_MILLIMETERS'. So instead of breaking standart and using 'strtouper/strtolower' everywhere, I could just describe new aliases in uppercase.