Skip to content

Commit 9d7a792

Browse files
authored
Merge pull request #314 from yitam/locale
changed locale for mac
2 parents 7640373 + d6f6bc8 commit 9d7a792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/shared/localizationimpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ const SystemLocale & SystemLocale::Singleton()
311311
#if !defined(__GNUC__) || defined(NO_THREADSAFE_STATICS)
312312
#error "Relying on GCC's threadsafe initialization of local statics."
313313
#endif
314-
static const SystemLocale s_Default( "en_US.utf8" );
314+
static const SystemLocale s_Default( "en_US.utf-8" );
315315
return s_Default;
316316
}
317317

0 commit comments

Comments
 (0)