Log in

View Full Version : PGCEdit...Cosmetic "Issue"


ron spencer
27th March 2006, 15:19
First off this is cosmetic only...program is superb as always.

When you go into the burn dialog to choose your burn speed you are presented with 2.4x AND 2,4x (see the comma there). Not sure if 2,4 means something else?

again if not this is just cosmetic...thanks for pgcedit!!!!


Occurs in latest beta and latest non-beta.

r0lZ
27th March 2006, 23:42
Well, it's needed because the 2.4 value is translated by Windows to 2,4 on french systems (and probably also on most european systems). And when it runs on a french PC, ImgBurn needs 2,4, or it doesn't understand! I haven't found a quick way to test if the decimal separator is "." or "," on the current system, so both possibilities are present.
Anyone knows if this info can be retrieved from the registry?

ron spencer
28th March 2006, 00:16
oh ok....I didn't mean anything by it...just a curiosity

mpucoder
28th March 2006, 01:05
Anyone knows if this info can be retrieved from the registry?
If you are writing in C/C++ you can use "localeconv"

r0lZ
28th March 2006, 09:06
Thanks, but no, I need this info in Tcl/Tk.