DanCon: my IMAP->RDF thingy should handle this.
DanCon: [[ encoded-word = "=?" charset "?" encoding "?" encoded-text "?=" ]]
DanCon: test data: c:fullName "=?iso-8859-1?Q?Bill_de_h=D3ra?=";
DanCon: ok... I think my implementation, msgHeaderExt.py, works
DanCon: [[ encoded-word = "=?" charset "?" encoding "?" encoded-text "?=" ]]
DanCon: test data: c:fullName "=?iso-8859-1?Q?Bill_de_h=D3ra?=";
DanCon: ok... I think my implementation, msgHeaderExt.py, works
sbp: :cf. my templating experiment for converting EARL (a form of RDF) into XHTML
sbp: :The query engine does transitive closure, which is nice. Once I had that, it only took about 30 minutes to write the inference engine, since all you really have to do is plug the results back into the consequent
sbp: :The query engine does transitive closure, which is nice. Once I had that, it only took about 30 minutes to write the inference engine, since all you really have to do is plug the results back into the consequent