Lines Matching refs:locale

839   numbers in either the current or the C locale.  For example, if the
840 current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'
842 C-locale syntax with '.' as the decimal point. The new behavior is
2736 listing sizes with the current locale's thousands separator.
2857 in the locale database. Also locales with 8 bit characters are
3335 names from the locale database that have differing widths.
3559 seq -0.1 0.1 2 now prints 2,0 when locale's decimal point is ",".
3732 tr's case conversion would fail in a locale with differing numbers
4308 ls now defaults to --time-style='locale', not --time-style='posix-long-iso'.
4309 However, the 'locale' time style now behaves like 'posix-long-iso'
4310 if your locale settings appear to be messed up. This change
4951 When outside the default POSIX locale, the 'who' and 'pinky'
5232 and options in the C locale. POSIX requires this for printf.
5415 - date's %r format directive now honors locale settings
5503 * 'who -r' no longer segfaults when using non-C-locale messages
5509 nonprintable characters in a multibyte locale
5579 * uniq now obeys the LC_COLLATE locale, as per POSIX 1003.1-2001 TC1.
5593 use traditional timestamp format when in the POSIX locale.
5696 - The 'locale' time style gives locale-dependent timestamps like
5697 'touko 14 2001' and 'touko 14 23:45' (in a Finnish locale).
5698 - The 'posix-iso' time style gives traditional POSIX-locale
5700 specifies a non-POSIX locale, in which case it uses ISO-style dates.
5707 locale, you may need to set TIME_STYLE="locale".
5745 * 'expr' now uses the LC_COLLATE locale for string comparison, as per POSIX.
5768 * date --rfc-822 now always emits day and month names from the 'C' locale