Posts: 22
	Threads: 4
	Joined: Dec 2010
	
	
 
	
	
		Maybe a stupid question: I am trying to use a custom charset in oclhc which contains the question mark '?' (like this: -1 '?u?l?d!§$%&?'). But I can't find an escape character so that it is not taken as the token of a predefined charset, and oclhc throws a syntax error. Is there an escape char (backslash doesn't work)?
Thanks
-J
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		currently you can not specify the question mark because there is no escape character in parsing routine :-) v0.26 will have hex charset support...
	
	
	
	
	
 
 
	
	
	
		
	Posts: 22
	Threads: 4
	Joined: Dec 2010
	
	
 
	
	
		 (02-21-2011, 12:32 AM)atom Wrote:  currently you can not specify the question mark because there is no escape character in parsing routine :-) v0.26 will have hex charset support...
Thank you for the info - by the way, I noticed that john uses '??' for this.
Best
-J