Encoding names like "UNICODE" and "UCS-2" are ambiguous because the byte order isn't specified. It could be whatever is native for the platform, or it could be a canonical, host-independent order such as big-endian. This should be clarified somewhere.
severity 588991 wishlist
tag 588991 + wontfix
thanks
This is not ambiguous, the byte order is either little endian ("UCS2-LE",
"UNICODELITTLE"), big endian ("UCS2-BE", "UNICODEBIG"), or native
("UCS2", "UNICODE").
All of these formats are listed in iconv -l.