Skip to content
Snippets Groups Projects
Commit 3bf5e965 authored by Jacques Grelet's avatar Jacques Grelet
Browse files

add default self.encoding = "ISO-8859-1"

parent a77a61fa
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,6 @@ class Profile:
# private attibutes:
self.__dbname = dbname
self.__separator = separator
#self.__encoding = "ISO-8859-1"
self.__julianOrigin = 0
self.__header = ''
self.__data = {}
......
......@@ -64,6 +64,7 @@ class Trajectory:
self.fname = fname
self.keys = keys
self.roscop = roscop
self.encoding = "ISO-8859-1"
self.n = 0
self.m = 0
self.lineHeader = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment