We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a3a1b commit 76dba2eCopy full SHA for 76dba2e
libcxx/src/locale.cpp
@@ -3957,7 +3957,7 @@ static bool is_narrow_non_breaking_space(const char* ptr) {
3957
}
3958
3959
static bool is_non_breaking_space(const char* ptr) {
3960
- // https://www.fileformat.info/info/unicode/char/0a/index.htm
+ // https://www.fileformat.info/info/unicode/char/a0/index.htm
3961
return ptr[0] == '\xc2' && ptr[1] == '\xa0';
3962
3963
#endif // _LIBCPP_HAS_WIDE_CHARACTERS
0 commit comments