diff --git a/lib/Encoding/XUserDefined.php b/lib/Encoding/XUserDefined.php index d90d236..b4fd015 100644 --- a/lib/Encoding/XUserDefined.php +++ b/lib/Encoding/XUserDefined.php @@ -9,6 +9,9 @@ namespace MensBeam\Intl\Encoding; class XUserDefined implements Encoding { use GenericEncoding; + const NAME = "x-user-defined"; + const LABELS = ["x-user-defined"]; + /** Retrieve the next character in the string, in UTF-8 encoding * * The returned character may be a replacement character, or the empty string if the end of the string has been reached