spec chararacters in sp
#1
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.
#2
Add them to your custom charset and then work with custom charsets.
#3
(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?
#4
Because statsprocessor works byte-wise. In other words: shit in - shit out Smile
#5
(09-10-2012, 10:11 AM)atom Wrote: Because statsprocessor works byte-wise. In other words: shit in - shit out Smile
Smile Ok, I've tried around 6 encodings with no luck. I think I just leave it..
thanks for replies .