From 47f206e33d615c84d252d92406bf90058951323e Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 7 Apr 2020 22:18:11 +0800 Subject: [PATCH] fix encoding error --- patchfile.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index a2055c6..926b247 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -17,9 +17,9 @@ end @original_dir = Dir.pwd `cd "#{dir_pwd}" && git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/ && cd "#{@original_dir}"` #using git to add modified files and to avoid git pull not working #Add patchfile to Admin area -@patchfile_li = File.read(app_path+"/patchfile_li.txt") -@patchfile_li_choices = File.read(app_path+"/patchfile_li_choices.txt") -@file_text = File.read(dir_pwd+'/app/views/shared/_side_bar.html.erb') +@patchfile_li = File.read(app_path+"/patchfile_li.txt").force_encoding('UTF-8') +@patchfile_li_choices = File.read(app_path+"/patchfile_li_choices.txt").force_encoding('UTF-8') +@file_text = File.read(dir_pwd+'/app/views/shared/_side_bar.html.erb').force_encoding('UTF-8') if !@file_text.include?('