Commit 50a8fd03673f270a2c1ce5159287efeecfbf1217

Carlos Martín Nieto 2011-08-16T18:16:44

Fix the reference character check for Unicode We need to do an unsigned comparison, as otherwise UTF-8 characters might look like they have the sign bit set and the check will fail. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>