Skip to content

Commit

Permalink
utf8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozodbek47 committed Jan 24, 2024
1 parent 76570fa commit 0cef8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/exercise5.jv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline GtfsPipeline {
path: "/stops.txt";
}

block StopsTextFileInterpreter oftype TextFileInterpreter { encoding: "latin4"; }
block StopsTextFileInterpreter oftype TextFileInterpreter { encoding: "utf8"; }
block StopsCSVInterpreter oftype CSVInterpreter { enclosing: '"'; }

block StopsColumnDeleter oftype ColumnDeleter { delete: [column B, column D, column H, column I, column J, column K, column L,]; }
Expand Down

0 comments on commit 0cef8fc

Please sign in to comment.