encoding_files.each do |encoding_file|
    others = encoding_file[:others]
    unless others.empty?
      f.puts "    //#{encoding_file[:name]}"
      others.each do |line|