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
FreeBSD's locale data uses the same U+2027 separator as Glibc 2.27 and newer.
Reviewed By: #libc, emaste, ldionne
Differential Revision: https://reviews.llvm.org/D91165
Copy file name to clipboardExpand all lines: libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,15 @@ class my_facetw
49
49
: Fw(refs) {}
50
50
};
51
51
52
-
53
52
// GLIBC 2.27 and newer use U2027 (narrow non-breaking space) as a thousands sep.
54
53
// this function converts the spaces in string inputs to that character if need
55
-
// be.
54
+
// be. FreeBSD's locale data also uses U2027 since 2018.
Copy file name to clipboardExpand all lines: libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,15 @@ class my_facetw
49
49
: Fw(refs) {}
50
50
};
51
51
52
-
53
52
// GLIBC 2.27 and newer use U2027 (narrow non-breaking space) as a thousands sep.
54
53
// this function converts the spaces in string inputs to that character if need
55
-
// be.
54
+
// be. FreeBSD's locale data also uses U2027 since 2018.
0 commit comments