> Well, if its tagmanager format 2.0 all sorts of things are possible ... ;-)
No, I'm talking about our current tagmanager 0.01alpha format. The characters from `\200`-`\215` may appear only once in the current format so we could use e.g. `\200\200` as the start of the escape sequence followed by the character we want to escape. Before reading, we'd unescape such sequences. Such a file would be backwards compatible - without any character to escape it would be identical to current format and if there's a character to escape, it's already broken with our format and the brokeness would be preserved. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3379#issuecomment-1407765124 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3379/[email protected]>
