converting 8-bit encoded binary data to 7-bit encoded data & vice versa
807607Oct 27 2006 — edited Oct 27 2006hello,
i am receiving SMS via GSM modem, the PDU here is in 8-bit binary encoded format, however i am storing the data in a smpp server, so i need to convert this into 7-bit binary encoded, has anyone done this before, if so could someone send a java code/snippet which does this conversion and vice versa.