+ if ( encoding == wxFONTENCODING_UNKNOWN )
+ {
+ // this is the special value which disables asking the user (he had
+ // chosen to suppress this the last time)
+ encoding = wxFONTENCODING_SYSTEM;
+ }
+ else if ( (encoding == wxFONTENCODING_SYSTEM) && interactive )