Closed skyleft22 closed 5 years ago
Probably the file encoding of in.dict/in2.dict is not utf-8, you can use --inencoding option to specify input file encoding(gbk、gb2312、utf8...), or create file with Notepad++ to ensure that the file encoding is utf-8.
The attachment is the in.dict/in2.dict I created. sample.zip
I have two lists of words that I want to combine, as given in the last example of the post. I'm inputting the command: ttpassgen --dictlist in.dict,in2.dict --rule $0[_]?$1 -s " " out.dict
However, the generated out.dict file is empty aside from a "_" symbol at the start.
What's the issue?