convert latin1 chars in this utf-8 file to the utf-8 equivalent
authorRuss Tyndall <russ@acceleration.net>
Thu, 21 Feb 2013 18:13:24 +0000 (13:13 -0500)
committerRuss Tyndall <russ@acceleration.net>
Thu, 21 Feb 2013 18:13:28 +0000 (13:13 -0500)
commit4e0ab71d473db7985815347bfc05d5551cb5806e
treedaf614d6f07236928db60b20744dd87942b8b35a
parentc7cbd01b259a1846a5e172d69c956b836b14febb
convert latin1 chars in this utf-8 file to the utf-8 equivalent

Not sure how this will work since we are inserting into a table
explicitly set as latin-1.  Presumably some layer will translate the
code point.  If not this is an example file so maybe it doent matter ?
examples/sqlite3/init-func/example.lisp