JDK-8166339, Code conversion working behavior was changed for x-IBM834 (original) (raw)
Xueming Shen xueming.shen at oracle.com
Tue Jan 30 22:59:56 UTC 2018
- Previous message: RFR 8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner
- Next message: JDK-8166339,Code conversion working behavior was changed for x-IBM834
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Please help review the change for JDK-8166339.
issue: https://bugs.openjdk.java.net/browse/JDK-8166339 webrev: http://cr.openjdk.java.net/~sherman/8166339/webrev
This is a regression triggered by
issue: https://bugs.openjdk.java.net/browse/JDK-8008386 webrev: http://cr.openjdk.java.net/~sherman/8008386/webrev
which updated the doublebyte decoder implementation to handle unmappable bytes more "appropriately" ( malformed (1) or unmappable(2) ).
However in case of Cp834, which is a doublebyte-only charset, the unmappable bytes should always be treated as double-byte pair, therefor always unmappable(2).
Thanks Sherman
- Previous message: RFR 8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner
- Next message: JDK-8166339,Code conversion working behavior was changed for x-IBM834
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]