Is there a single-byte charset (e.g. ISO-8859-x) that matches the first 256 unicode characters (i.e. characters \u0000-\u00FF) exactly or almost exactly?
Is there a single-byte charset (e.g. ISO-8859-x) that matches the first 256 unicode characters
Share
ISO-8859-1 matches the first Unicode code points the closest, by design.