Xueming Shen
8decb5de90
8039751: UTF-8 decoder fails to handle some edge cases correctly
...
To update decoder.isMalformed4_2() to correctly detect out of range 2nd byte
Reviewed-by: alanb
2014-04-12 14:38:50 -07:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Xueming Shen
b1408532df
7096080: UTF8 update and new CESU-8 charset
...
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
2011-11-07 13:46:02 -08:00
Xueming Shen
371bd92aef
7040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new String(byte[])
...
Implement sun.nio.cs.ArrayEn/Decoer in utf8
Reviewed-by: alanb
2011-05-02 11:42:52 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Xueming Shen
630d73eb0a
4486841: UTF-8 decoder should adhere to corrigendum to Unicode 3.0.1
...
6636317: Optimize UTF-8 coder for ASCII input
Re-write the UTF-8 charset to obey the standard and improve the performance
Reviewed-by: alanb
2008-08-22 14:37:46 -07:00