Class ConvertHexToCharOperation

  • All Implemented Interfaces:
    AuthorOperation, Extension

    @API(type=INTERNAL,
         src=PUBLIC)
    public abstract class ConvertHexToCharOperation
    extends java.lang.Object
    implements AuthorOperation
    Operation for converting a hexadecimal sequence of digits from the left of the caret to the equivalent Unicode character. Note that the longest valid hexadecimal sequence will be converted and the length of that sequence is less or equal than 4, excluding the hexadecimal prefix such as '0x' or '0X' which could precede that sequence or not. It also works on selected text consisting of valid hexadecimal characters (max 6, including prefix).