Skip to content

Commit 3e1934a

Browse files
committed
Revert "pif's method to force the locale and unfuck our commas (among other things)."
This reverts commit f40b58a.
1 parent 487b5ea commit 3e1934a

File tree

1 file changed

+1
-5
lines changed
  • SerialPrograms/Source/CommonFramework

1 file changed

+1
-5
lines changed

SerialPrograms/Source/CommonFramework/Main.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,14 @@ int run_program(int argc, char *argv[]){
154154

155155

156156
int main(int argc, char *argv[]){
157-
// DO NOT CHANGE THIS
158-
// We make assumptions about string formats for serialization.
159-
// If you change this, it can fuck up our parsing.
160-
std::locale::global(std::locale("en_US.UTF-8"));
161-
162157
#if 0
163158
// Retrieve and store program name
164159
set_program_path(argv[0]);
165160
#endif
166161

167162
setup_crash_handler();
168163

164+
169165
int ret = run_program(argc, argv);
170166

171167

0 commit comments

Comments
 (0)