local obj={} function obj.check_bmp(frame) local arg=frame:getTitle() if string.find(arg,'[\240-\253]') then return '1' end return '' end return obj