ICU4J charset converter aliases do not work on z/OS
Description
In UConverterAlias.java
Above code does not work well on non-ASCII platform, such as z/OS, because the String constructor convert the input byte[] to String using the system default encoding.