Bug 28861 - C.UTF-8 lacks a mon_decimal_point
Summary: C.UTF-8 lacks a mon_decimal_point
Status: RESOLVED DUPLICATE of bug 28845
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.35
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 20:05 UTC by Pierre Labastie
Modified: 2022-02-03 20:30 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Labastie 2022-02-03 20:05:42 UTC
When running:
localedef -i C -f UTF-8 C.UTF-8
The output is:
[error] LC_MONETARY: value for field `mon_decimal_point' must not be an empty string

Changing mon_decimal_point from "" to "." in localedata/locales/C removes the error
Comment 1 Andreas Schwab 2022-02-03 20:19:33 UTC
This is a bug in localedef.

*** This bug has been marked as a duplicate of bug 28845 ***
Comment 2 Florian Weimer 2022-02-03 20:30:34 UTC
Workaround is to use localedef --quiet -c (or one of the flags).