Change default escape csv char

This commit is contained in:
Dusk 2024-02-23 22:55:49 +01:00
parent d9b4d5f4a2
commit cecf0fbf23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
scripts_path = "/path/to/higurashi/sdk/Scripts/" scripts_path = "/path/to/higurashi/sdk/Scripts/"
original_path = "/path/to/onscripter_file.txt" original_path = "/path/to/onscripter_file.txt"
output_path = "/path/to/output_folder/" output_path = "/path/to/output_folder/"
csv_escapechar = '$' csv_escapechar = '`'
csv_delchar = '|' csv_delchar = '|'
encoding = 'utf' / 'sjis' encoding = 'utf' / 'sjis'