From c7c080987e44f606bed73dd8b0c2747e7b386f41 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Wed, 31 Jul 2024 20:39:48 -0400 Subject: Add `\x8F` to `Ę` conversion for Windows-1252 To support special vanilla Polish TODOs that break utf8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add CSV Win1252->Utf8 conversion tests Fix map_value warning not triggering Optimize for ascii characters --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 05547c5..1ece1c9 100644 --- a/SConstruct +++ b/SConstruct @@ -18,6 +18,8 @@ opts.Add(BoolVariable("run_ovdl_tests", "Build and run the openvic dataloader te opts.Add(BoolVariable("build_ovdl_library", "Build the openvic dataloader library.", env.get("build_ovdl_library", not env.is_standalone))) opts.Add(BoolVariable("build_ovdl_headless", "Build the openvic dataloader headless executable", env.is_standalone)) +opts.Add(BoolVariable("ubuntu_gcc_invalid_char_hang_bug", "Skips test section which triggers a hang build for gcc-12 on ubuntu-20", False)) + env.FinalizeOptions() env.exposed_includes = [] -- cgit v1.2.3-56-ga3b1