i8degrees/blacktree-secrets

Customize numbers and currency format

Opened this issue · 0 comments

defaults write -g AppleICUNumberSymbols -dict 0 ',' 1 ' ' 10 ',' 17 ' '

where
0 - point symbol in numbers
1 - thousands divider symbol
8 - currency symbol
10 - point symbol in currency
17 - thousands divider in currency

original plist: ~/Library/Preferences/.GlobalPreferences.plist


Original issue reported on code.google.com by santa...@gmail.com on 10 Apr 2008 at 12:02