Fix broken codePoint check (OF-391)
char in java is 16-bit. Therefore checking for anything greater then 0xFFFF makes no sense. We want to know here if the character is maybe part of a surrogate pair, that's why 'is(High|Low)Surrogate(char)' is now used. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13995 b35dd754-fafc-0310-a699-88a17e54d16e
Showing
Please register or sign in to comment