[Pkg-javascript-commits] [sockjs-client] 342/434: Apparently \xFFFE and \xFFFF aren't valid unicode characters

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit d566f76c498b0d4fb510d6b289a085b7924c246f
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Tue Feb 7 12:47:57 2012 +0000

    Apparently \xFFFE and \xFFFF aren't valid unicode characters
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index af86e73..9bff80e 100644
--- a/README.md
+++ b/README.md
@@ -313,8 +313,7 @@ There are various browser quirks which we don't intend to address:
    connection to one domain at the same time (with the exception
    of native websockets).
  * Although SockJS is trying to escape any strange Unicode characters
-   (even
-   [invalid ones, like surrogates](http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Surrogates),
+   (even invalid ones - [like surrogates \xD800-\xDBFF](http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Surrogates) or [\xFFFE and \xFFFF](https://en.wikipedia.org/wiki/Unicode#Character_General_Category))
    it's advisable to use only valid characters. Using invalid
    characters is a bit slower, and may not work with SockJS servers
    that have a proper Unicode support.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list