From fdbeecdb17715087beff50e1742770ba6da934f9 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Thu, 30 Aug 2018 13:27:22 -0400 Subject: [PATCH] Add name and label to x-user-defined --- lib/Encoding/XUserDefined.php | 3 +++ 1 file changed, 3 insertions(+) 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