How to make statsprocessor accept chars like this: Å¡Äťž
When I create a dictionary from *.hcstat file which was created based on a file which contained those characters, there are no words in the output dictionary with mentioned chars afterwards.
Add them to your custom charset and then work with custom charsets.
(09-09-2012, 03:01 PM)atom Wrote: [ -> ]Add them to your custom charset and then work with custom charsets.
I did, but cant see those letters in my output dictionary
Code:
./sp32.bin -t 30 /root/./dic.hcstat -3 --custom-charset=Å¡Äťžý ?3?3?3 > /root/out.txt
This command returns some strange char, but not those I want.
Also, why is out.txt encoded in ISO 8859-15?
Because statsprocessor works byte-wise. In other words: shit in - shit out
(09-10-2012, 10:11 AM)atom Wrote: [ -> ]Because statsprocessor works byte-wise. In other words: shit in - shit out
Ok, I've tried around 6 encodings with no luck. I think I just leave it..
thanks for replies .