--- On Fri, 12/31/10, Antonio Borneo <borneo.anto...@gmail.com> wrote:

> Table of NAND devices reports
> operating voltage.
> Replace comma with proper decimal dot.

A more accurate patch comment would be that you
are changing the localization for those numbers.
In some parts of the world, dot/period is the
convention. In other parts; commas are used.

So you're making numeric presentation "improper"
fo some notable chunk of he world.

Personally, I've never found reading one vs
the other to be hard or confusing.  Consistency
can matter though.  This code was consistent, and
I didn't see a conflict elsewhere in OpenOCD.
(So I wouldn't change this.)

Another option would be 3V3 vs 3.3V or 3,3V ...
or using localization/internationalization
utilities so users' preferences are regarded.
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to