Combine specific hcchr with ?d?l?u..
#1
Hi,

How can I combine ?d with german character set (german.hcchr) ?

Code:
-1 ?dgerman.hcchr
does not work (prints Usage)

Thanks.
#2
The .hcchr files should contain all chars that are part of your custom charset.

Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.g. german_and_digits.hcchr which contains the whole content of german.hcchr + 0123456789 in the first line of the hcchr file.

Afterwards you can use -1 german_and_digits.hcchr as your new custom charset w/ ?1?1?1?1... etc mask
#3
You can also do: -1 german.hcchr -2 ?1?d and then use ?2 in mask