URenko
1b9217bc78
lib/encoder: add EncodeRaw
2024-07-15 12:10:04 +01:00
Ivan Andreev
e78e73eae7
lib/encoder: fix benchmarks
...
Some day in the past the Slash encode option was added to Onedrive
encoder so it began to encode slashes in file names rather then treat
them as path separators.
This patch adapts benchmark test cases accordingly.
Fixes #5659
2021-11-02 19:23:16 +03:00
Nick Craig-Wood
c555dc71c2
lib/encoder: move definitions here and remove uint casts
2020-01-16 14:40:36 +00:00
Nick Craig-Wood
0a5c83ece1
lib/encoder: add string rendering and parsing for encodings
2020-01-16 14:40:36 +00:00
Fabian Möller
f0c2249086
encoder: add edge control characters and fix edge test generation
2019-09-30 14:05:49 +01:00
Fabian Möller
d5cd026547
encoder: add option to encode . and .. names
2019-09-30 14:05:49 +01:00
Fabian Möller
c09b62a088
encodings: add all known backend encodings
2019-09-30 14:05:49 +01:00
Fabian Möller
ef5e1909a0
encoder: add lib/encoder to handle character subsitution and quoting
2019-02-09 18:23:47 +00:00