Hi all,
according to Apple's documentation, localizedStringWithFormat supports
format specifiers as detailed in IEEE printf
specification<http://pubs.opengroup.org/onlinepubs/009695399/functions/printf.html>
.

Unfortunately, a simple test does not seem to work as expected when using '
to request formatting with thousands' grouping character:

NSLog(@"Test: %'6.2f", 900000.55);

Does localizedStringWithFormat support this or do I need to rely on
NSFormatter?

Thanks in advance.
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to