Due to some unfortunate signed-unsigned casting conflicts, it is not
possible for epic users to input character 255.  This is a character
used by Russian speakers at least.  In latin-1 font it appears as y
with an umlat:  ->[�]<-

To work around this problem, add this to your ~/.ircrc

        bind $chr(255) parse_command {xtype -l $chr(255)}
        bind ^@ parse_command {xtype -l $chr(255)}

This workaround may make it difficult to use the 255 character as a
response to /INPUT_CHAR or $'...".  I apologize for the inconvenience.

Jeremy

_______________________________________________
List mailing list
[EMAIL PROTECTED]
http://epicsol.org/mailman/listinfo/list

Reply via email to