From cecf0fbf23e5cbfcd641abf96416218e8642e2b3 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 23 Feb 2024 22:55:49 +0100 Subject: [PATCH] Change default escape csv char --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index bafe8fc..62015e9 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,6 +1,6 @@ scripts_path = "/path/to/higurashi/sdk/Scripts/" original_path = "/path/to/onscripter_file.txt" output_path = "/path/to/output_folder/" -csv_escapechar = '$' +csv_escapechar = '`' csv_delchar = '|' encoding = 'utf' / 'sjis'