Skip to content
Snippets Groups Projects
Commit ce33f6bc authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix broken httpdate test on windows

parent 9dd79d00
No related branches found
No related tags found
No related merge requests found
...@@ -113,8 +113,8 @@ namespace tut ...@@ -113,8 +113,8 @@ namespace tut
{ {
// test localization of http dates // test localization of http dates
#if LL_WINDOWS #if LL_WINDOWS
const char *en_locale = "english"; const char *en_locale = "English_United States.1252";
const char *fr_locale = "french"; const char *fr_locale = "French_France.1252";
#else #else
const char *en_locale = "en_GB.UTF-8"; const char *en_locale = "en_GB.UTF-8";
const char *fr_locale = "fr_FR.UTF-8"; const char *fr_locale = "fr_FR.UTF-8";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment