You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test uses Number::Format which uses POSIX::localeconv().
With locale LC_MONETARY=nb_NO.UTF-8 POSIX::localeconv() returns
\N{NARROW NO-BREAK SPACE} for "thousands_sep" instead of a regular
space.
The test uses Number::Format which uses POSIX::localeconv().
With locale LC_MONETARY=nb_NO.UTF-8 POSIX::localeconv() returns
\N{NARROW NO-BREAK SPACE} for "thousands_sep" instead of a regular
space.
System info: Ubuntu 20.04, perl version 5.30.0, norwegian locale.
The text was updated successfully, but these errors were encountered: