The path parser uses the same byte parser used for OGDL text streams, but OGDL paths should be allowed to be UTF-8 strings. A new parser is needed, or an adaptation of the current one (ReadChar and UnreadChar functions are needed, and those require multibyte temporal storage).
The path parser uses the same byte parser used for OGDL text streams, but OGDL paths should be allowed to be UTF-8 strings. A new parser is needed, or an adaptation of the current one (ReadChar and UnreadChar functions are needed, and those require multibyte temporal storage).