Browse Source

Add name and label to x-user-defined

span
J. King 6 years ago
parent
commit
fdbeecdb17
  1. 3
      lib/Encoding/XUserDefined.php

3
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

Loading…
Cancel
Save