simple-flat-file uses utf8

db4
Daniel Ehrenberg 2009-03-19 00:24:09 -05:00
parent a3b7e08d45
commit d72e395b2e
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ IN: simple-flat-file
";" split [ [ blank? ] trim ] map ;
: data ( filename -- data )
ascii file-lines drop-comments [ split-; ] map ;
utf8 file-lines drop-comments [ split-; ] map ;