Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicode chars > 0xFFFF on narrow python builds #454

Merged
merged 2 commits into from
Feb 18, 2015

Conversation

joernhees
Copy link
Member

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

ymph and others added 2 commits February 18, 2015 01:19
if chars > 0xFFFF are really encountered a 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 RDFLib#453
joernhees added a commit that referenced this pull request Feb 18, 2015
graceful degradation for unicode chars > 0xFFFF on narrow python builds
@joernhees joernhees merged commit 9c32d5d into RDFLib:master Feb 18, 2015
@joernhees joernhees deleted the narrow_python branch February 18, 2015 20:29
@joernhees joernhees modified the milestone: rdflib 4.2.0 Feb 19, 2015
@joernhees joernhees added bug Something isn't working enhancement New feature or request labels Feb 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants