Posts: 10
	Threads: 3
	Joined: Aug 2012
	
	
 
	
	
		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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		Add them to your custom charset and then work with custom charsets.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 10
	Threads: 3
	Joined: Aug 2012
	
	
 
	
		
		
		09-09-2012, 03:23 PM 
(This post was last modified: 09-09-2012, 03:24 PM by romo77.)
		
	 
	
		 (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?
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		Because statsprocessor works byte-wise. In other words: shit in - shit out 
 
	 
 
	
	
	
		
	Posts: 10
	Threads: 3
	Joined: Aug 2012
	
	
 
	
	
		 (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 .