Skip to content

Commit

Permalink
FIX: Eradicate non-ascii chars
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 2, 2018
1 parent 21733ff commit 260aecb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: c
dist: trusty
sudo: false

script:
- ! grep --color='auto' -P -n "[\x80-\xFF]" *.txt
11 changes: 4 additions & 7 deletions DictionaryTypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ enum(unit) "FIFF value unit code"
rad 7 "radian"
sr 8 "steradian"
cd 9 "candela"
mol_m3 10 "mol/m³"
mol_m3 10 "mol/m^3"
Hz 101 "herz"
N 102 "Newton"
Pa 103 "pascal"
Expand All @@ -201,8 +201,8 @@ enum(unit) "FIFF value unit code"
lx 116 "lux"
T_m 201 "T/m"
Am 202 "Am"
Am_m2 203 "Am/m²"
Am_m3 204 "Am/m³"
Am_m2 203 "Am/m^2"
Am_m3 204 "Am/m^3"
}

enum(unitm) "FIFF value multipliers"
Expand Down Expand Up @@ -489,9 +489,6 @@ enum(volume_type) "Type of a 3D volume data"
segment_mask 7 "Segmentation mask"
distance 8 "Voxel distance map"
transform 9 "Transformation vectors"
#
# entä nama, eivat ole enaan "strukturaalista"...
#
current_stat 10 "Current density statistical measure, strength, density, t_stat etc."
conductivity 11 "Conductivity"
}
Expand Down Expand Up @@ -592,5 +589,5 @@ enum(bem_approx) "The approximation used in BEM modeling"


#======================================================================
# Reserved for MNE estimates (MHä&MGH) In a separate file.
# Reserved for MNE estimates (MH�&MGH) In a separate file.
#======================================================================

0 comments on commit 260aecb

Please sign in to comment.