@@ -111,7 +111,7 @@ class ScenarioImport |
||
111 | 111 |
|
112 | 112 |
def parse_file |
113 | 113 |
if data.blank? && file.present? |
114 |
- self.data = file.read |
|
114 |
+ self.data = file.read.force_encoding(Encoding::UTF_8) |
|
115 | 115 |
end |
116 | 116 |
end |
117 | 117 |
|