|
ANSI Custom Formatting Function Internationalization (I18n) Function OverviewPrint a given floating point number as for the format %f except that there is a postfix character indicating the divisor for the number to make this less than 1000. There are two possible divisors: powers of 1024 or powers of 1000. Which one is used depends on the format character specified while registering this handler. If the character is of lower case, 1024 is used. For upper case characters, 1000 is used. The postfix tag corresponds to bytes, kilobytes, megabytes, gigabytes, etc. Due to the requirements of I18n IssuesThis function is part of a family of functions that are used to create customized printf-style formatting extensions. See ANSI Custom Print Formatting Functions for further discussion of the issues involved when migrating to UTF-8 multibyte or wide character applications. There is no ANSI wide character version of this function. The parameters will have to be converted to multibyte UTF-8 characters and then the Recommended Replacements*
ANSI Custom Print Formatting Functions
|