rveen / ogdl

OGDL for Go
BSD 2-Clause "Simplified" License
37 stars 10 forks source link

Enhancement: Path parser should support UTF-8 #3

Open rveen opened 7 years ago

rveen commented 7 years ago

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).