09-11-2013, 03:09 PM 
(This post was last modified: 09-11-2013, 03:10 PM by mastercracker.)
		
	
	
		Hi.  I wanted to try using the new charset in file feature but while doing some testing I got some crashes.  There could be many reasons for it and I don't have the time right now to track the source.  My real question is:  is it possible to combine 2 charsets together.  With predefined one it's straightforward:
But let's say that I want the russian characters with numbers.  What is the right method?
This:
 or
 or
?
P.S. I don't want to open and modify the .hccr files because I am afraid to mess them up.
	
	
	
	
Code:
-1 ?s?lThis:
Code:
-1 charsets\standard\russian\ru_cp1251.hcchr?dCode:
-1 charsets\standard\russian\ru_cp1251.hcchr -2 ?1?dCode:
-1 "charsets\standard\russian\ru_cp1251.hcchr ?d"P.S. I don't want to open and modify the .hccr files because I am afraid to mess them up.
