GetCodepointPrevious abstract method
Get previous codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure
Implementation
(int codepoint, int codepointSize) GetCodepointPrevious(
String text,
);
Get previous codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure
(int codepoint, int codepointSize) GetCodepointPrevious(
String text,
);