Change default escape csv char
This commit is contained in:
parent
d9b4d5f4a2
commit
cecf0fbf23
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue