mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8078559: Update error message to indicate illegal character when encoding set to ascii
When an input character cannot be decoded, include it in the produced error Reviewed-by: jjg
This commit is contained in:
parent
ef51223aa3
commit
41258c689d
4 changed files with 13 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* @test /nodynamiccopyright/
|
||||
* @bug 4767128 5048557 5048773
|
||||
* @bug 4767128 5048557 5048773 8078559
|
||||
* @summary diagnose encoding errors in Java source files
|
||||
* @author gafter
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue