From 16c503095c88b60da7cae0200e3e2a08bccceaec Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 23 Feb 2024 20:16:58 +0100 Subject: [PATCH] Add additional options --- config.toml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml.example b/config.toml.example index 82d3707..bafe8fc 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,3 +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_delchar = '|' +encoding = 'utf' / 'sjis'