# Type: Input # Category: Common # Description: Catches non-latin characters # Author: Andriy Lesyuk new Orangutan::Context( response => '[^\x00-\x7F]', reply => "Hey! I don't speak ukrainian or russian! Please use english only!", weight => -1 ); # kate: syntax perl