unicode chars > 0xFFFF on narrow python builds by joernhees · Pull Request #454 · RDFLib/rdflib (original) (raw)
this is an addendum to #453 and compromise from the discussion:
if chars > 0xFFFF are really encountered, a well visible UnicodeWarning is issued.
On import an ImportWarning is issued. These are ignored by default, but can be enabled if python is invoked with -W all
, as any good developer should do ^^.
closes #453