diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-11-21 16:51:12 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-11-21 16:51:12 +0100 |
commit | 26a8b62e9a3398bc0308e13edfa053a01eb0cc21 (patch) | |
tree | a533ba1279229b5622a252550e418cc789646e64 /winsup/cygwin/release | |
parent | 666a3482a5a24f93cf691b7b38c395241d38b34c (diff) | |
download | cygnal-26a8b62e9a3398bc0308e13edfa053a01eb0cc21.tar.gz cygnal-26a8b62e9a3398bc0308e13edfa053a01eb0cc21.tar.bz2 cygnal-26a8b62e9a3398bc0308e13edfa053a01eb0cc21.zip |
Fix numeric and monetary decimal point and thousands separator in fa_IR and ps_AF locales
* nlsfuncs.cc (setlocaleinfo): New macro calling __setlocaleinfo.
(__setlocaleinfo): New function to set a locale-specific character
to an explicit wchar_t value.
(__set_lc_numeric_from_win): Handle fa_IR and ps_AF locales to return
same decimal point and thousands separator characters as on Linux.
(__set_lc_monetary_from_win): Ditto for monetary characters.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r-- | winsup/cygwin/release/2.4.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.4.0 b/winsup/cygwin/release/2.4.0 index 20cde31ff..bb47216d2 100644 --- a/winsup/cygwin/release/2.4.0 +++ b/winsup/cygwin/release/2.4.0 @@ -31,6 +31,9 @@ What changed: - setfacl(1) now allows to use the -b and -k option combined to allow reducing an ACL to only reflect standard POSIX permissions. +- Fix (numeric and monetary) decimal point and thousands separator in + fa_IR and ps_AF locales to be aligned with Linux. + Bug Fixes --------- |