https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2880
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|x86 |All
OS/Version|Windows XP |All
--- Comment #3 from Guy Harris <guy@xxxxxxxxxxxx> 2010-04-12 11:57:23 PDT ---
...or either
1) parse the argument string by hand rather than using a locale-free
sscanf()
or
2) use something other than , as the separator in arguments - and,
obviously, something other than . as well; I think ' and space are also out -
colon?
So what *is* the convention for command-line floating-point arguments in UN*X
and Windows? Do we use, say, C-locale (which means Anglo-Saxon locale :-))
format, so that the same command-line argument works in all locales, or the
native locale's format, so that people can type in floating-point numbers in
the format they're used to?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.