[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@310156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// locale names
|
||||
#ifdef _WIN32
|
||||
// WARNING: Windows does not support UTF-8 codepages.
|
||||
// Locales are "converted" using http://docs.moodle.org/dev/Table_of_locales
|
||||
// Locales are "converted" using https://docs.moodle.org/dev/Table_of_locales
|
||||
#define LOCALE_en_US "en-US"
|
||||
#define LOCALE_en_US_UTF_8 "en-US"
|
||||
#define LOCALE_cs_CZ_ISO8859_2 "cs-CZ"
|
||||
|
||||
Reference in New Issue
Block a user