simple-flat-file uses utf8
parent
a3b7e08d45
commit
d72e395b2e
|
@ -29,4 +29,4 @@ IN: simple-flat-file
|
||||||
";" split [ [ blank? ] trim ] map ;
|
";" split [ [ blank? ] trim ] map ;
|
||||||
|
|
||||||
: data ( filename -- data )
|
: data ( filename -- data )
|
||||||
ascii file-lines drop-comments [ split-; ] map ;
|
utf8 file-lines drop-comments [ split-; ] map ;
|
||||||
|
|
Loading…
Reference in New Issue