Allow dollars in CSV fields names, fix #236.

This commit is contained in:
Dimitri Fontaine 2015-05-21 12:51:39 +02:00
parent 533e6b623f
commit dfb4cc2049

View File

@ -183,6 +183,7 @@
(* (or (alpha-char-p character)
(digit-char-p character)
#\.
#\$
#\_)))
(:text t))