From: Michael Gran Date: Sun, 24 Feb 2019 00:19:05 +0000 (-0800) Subject: Add a fallback value for the locale-monetary-decimal-point X-Git-Tag: v2.9.2~2^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ba449643d4c2ac1d2174befca7d765af222bcc0;p=platform%2Fupstream%2Fguile.git Add a fallback value for the locale-monetary-decimal-point * module/ice-9/i18n.scm (locale-monetary-decimal-point): use "." as fallback --- diff --git a/module/ice-9/i18n.scm b/module/ice-9/i18n.scm index 6b9ead532..319d5a23c 100644 --- a/module/ice-9/i18n.scm +++ b/module/ice-9/i18n.scm @@ -1,7 +1,7 @@ ;;;; i18n.scm --- internationalization support -*- coding: utf-8 -*- ;;;; Copyright (C) 2006, 2007, 2009, 2010, 2012, -;;;; 2017 Free Software Foundation, Inc. +;;;; 2017, 2019 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -212,7 +212,7 @@ (define-simple-langinfo-mapping locale-monetary-negative-sign NEGATIVE_SIGN "-") (define-simple-langinfo-mapping locale-monetary-decimal-point - MON_DECIMAL_POINT "") + MON_DECIMAL_POINT ".") (define-simple-langinfo-mapping locale-monetary-thousands-separator MON_THOUSANDS_SEP "") (define-simple-langinfo-mapping locale-monetary-grouping