Changeset 175 for trunk/src/xml/rdf


Ignore:
Timestamp:
01/19/10 20:17:03 (15 years ago)
Author:
lgiessmann
Message:

fixed an exporter-problem with older versions of sbcl -> the external-format is now set to utf-8 explicitely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/xml/rdf/exporter.lisp ΒΆ

    r168 r175  
    120120      (setf *export-tm* tm)
    121121      (with-revision revision
     122        (setf SB-IMPL::*DEFAULT-EXTERNAL-FORMAT* :utf-8)
    122123        (with-open-file (stream rdf-path :direction :output)
    123124          (cxml:with-xml-output (cxml:make-character-stream-sink
Note: See TracChangeset for help on using the changeset viewer.