# File lib_ctrl/rucy/jconv.rb, line 24 def u8toeuc(data) return '' if data.empty? @Uconv.u8toeuc(data) end