diff options
author | David Robillard <d@drobilla.net> | 2011-01-24 23:59:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-24 23:59:03 +0000 |
commit | 634b5459db03b4cd00539ec45b6a3b23f29481de (patch) | |
tree | 579989276635d6b37a3e0e9c100143c7be2340ac /tests/UTF-8.ttl | |
parent | e4daedb841acef2a4839a33e7c17ee8ea5fa6913 (diff) | |
download | serd-634b5459db03b4cd00539ec45b6a3b23f29481de.tar.gz serd-634b5459db03b4cd00539ec45b6a3b23f29481de.tar.bz2 serd-634b5459db03b4cd00539ec45b6a3b23f29481de.zip |
Remove support for 5 and 6 byte UTF-8 characters.
The UTF-8 spec supports this, but I can't even find real characters to test
it with. There don't seem to be actual Unicode code points this high yet.
If it can't be tested, it can't be useful. Gone.
git-svn-id: http://svn.drobilla.net/serd/trunk@55 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/UTF-8.ttl')
-rw-r--r-- | tests/UTF-8.ttl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/UTF-8.ttl b/tests/UTF-8.ttl index 66be456e..9e9a7b33 100644 --- a/tests/UTF-8.ttl +++ b/tests/UTF-8.ttl @@ -214,7 +214,6 @@ Box drawing alignment tests: █ ▝▀▘▙▄▟ """ . <> rdfs:comment """ - 5 byte character: \U3FFFFFF - 6 byte character: \U7FFFFFFF + Two byte Unicode escape: \U00E0 + Largest Unicode escape in Turtle: \U0010FFFF """ . - |