Hi there fellow php developers!
In PHP I need to convert from (plain?) UTF-8 to the following format:
- Encoding according to Unicode Transformation Format-8 (UTF-8, described in ISO / IEC 10646-1 / UTF-8);
Repertoire (limitation) according to the Multilingual European Subset-1 (MES-1, described in standard CWA 13873: 2000);
- What is this "Multilingual European Subset-1" ? Is it a difficult way of saying "latin1" / "8859-1" ?
- I cannot find PHP documentation on the "Multilingual European Subset-1". Is this "repertoire" available in PHP?
I am aware of the icon_v method (as described here: Convert utf8-characters to iso-88591 and back in PHP), but apparently this function doesn't cover the MES-1 repertoire