# File lib/ruby19_parser.rb, line 5663
def _reduce_490(val, _values, result)
                      result = 
                        if defined? Encoding then
                          s(:const, Encoding::UTF_8)
                        else
                          s(:str, "Unsupported!")
                        end
                    
    result
end