Tagged Questions
The 7bit tag has no wiki summary.
4
votes
1answer
99 views
Opening a file in text mode can lead to data loss in Python: why?
The documentation for codecs.open() mentions that
Files are always opened in binary mode, even if no binary mode was specified. This is done to avoid data loss due to encodings using 8-bit values.
...
2
votes
3answers
647 views
how to convert a character to 7 bit even parity in php
I want to convert a Character to a 7 bit even parity. Can you please suggest me, how to implement this?
2
votes
5answers
5k 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 ...
1
vote
1answer
228 views
Base64 incompatible with 7-bit GSM encoding?
Since I am not able to compress a 256-byte long md5-like string within 160 characters, I decided to use Multi-part message in Android to divide the SMS into several parts and the receiver will listen ...
0
votes
1answer
516 views
Converting special characters into 7 bit data for a PDU string in C#
I'm trying to create a PDU encoder which requires me to:
Convert each char in a string into an ASCII value
Convert the ASCII value into 7-bit binary
Using this method - Converting 7-bit into 8 bit.
...
0
votes
2answers
131 views
Need help using Read7BitEncodedInt
I've been searching for 2 hours or better for a way to use the Read7BitEncodedInt method for this. I need to use it somehow to reduce my file size (in this case likely by 100mb or more). I was also ...
0
votes
2answers
1k views
Defining data encoding of SMS messages in Android
I'm working on an application using the SMS apis for android. The receiving end is an embedded unit that only supports 7-bit encoded SMS and the string I'm sending consists only of symbols from this ...
0
votes
5answers
2k 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 ...
-1
votes
2answers
288 views
Convert 7bit text to plain text perl
I parsing email message and i found part with encoding: 7bit
how a can convert text of this part to plain text?
i use perl