0
votes
3answers
136 views
Encoding an integer in 7-bit format of C# BinaryReader.ReadString
C#'s BinaryReader has a function that according to MSDN, reads an integer encoded as "seven bit integer", and then reads a string with the length of this integer.
Is there a clear documentation for …
2
votes
5answers
2k views
Convert text to 7-bit ASCII from command-line
I'm on OS X 10.5.5 (though it does not matter much I guess)
I have a set of text files with fancy characters like double backquotes, ellipsises ("...") in one character etc.
I need to convert these …
