aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/unicode.h')
-rw-r--r--libstdc++-v3/include/bits/unicode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/unicode.h b/libstdc++-v3/include/bits/unicode.h
index 24b1ac3..99d972e 100644
--- a/libstdc++-v3/include/bits/unicode.h
+++ b/libstdc++-v3/include/bits/unicode.h
@@ -1039,6 +1039,8 @@ inline namespace __v16_0_0
string_view __s(__enc);
if (__s.ends_with("//"))
__s.remove_suffix(2);
+ if (__s.ends_with("LE") || __s.ends_with("BE"))
+ __s.remove_suffix(2);
return __s == "16" || __s == "32";
}
}