From 634b5459db03b4cd00539ec45b6a3b23f29481de Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Jan 2011 23:59:03 +0000 Subject: 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 --- tests/UTF-8.ttl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') 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 """ . - -- cgit v1.2.1