-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Is your feature request related to a problem? Please describe.
The whitespace in the "KONICA MINOLTA" make name causes an issue in incorrectly parsing the make. e.g.
"KONICA MINOLTA bizhub C451i" is incorrectly parsed as make="KONICA" and model="MINOLTA bizhub C451i"
Describe the solution you'd like
It would be nice if make="KONICA MINOLTA"
Describe alternatives you've considered
Hewlett Packard is converted to make="HP", unfortunately can't do the same with KONICA MINOLTA, as KM is practically unknown as an alternative.
Maybe hyphenation, e.g. KONICA-MINOLTA might be an option, although the company never uses a hyphen themselves. Or maybe KonicaMinolta without a space and mixed capitalisation.
I'm posting this as a feature request as it is purely aesthetic, there is no loss in functionality.