D
DraguVaso
Hi,
I need to a way to find the 7-bit code from a character. Or a function like
Asc() but that will give the character code based on the 7-bit ecoding (I
needf it fo convert text to GSM 03.38).
For exemple:
in ASCII (what I don't need!):
"é" -> 233 (= Asc("é") -> 11101001 (8 bits)
in 7-bit GSM 03.38 (what I need!!):
"é" -> 5 -> 0000101 (7 bits)
Does anybody knows how to get this?
Thanks a lot in advance,
Pieter
I need to a way to find the 7-bit code from a character. Or a function like
Asc() but that will give the character code based on the 7-bit ecoding (I
needf it fo convert text to GSM 03.38).
For exemple:
in ASCII (what I don't need!):
"é" -> 233 (= Asc("é") -> 11101001 (8 bits)
in 7-bit GSM 03.38 (what I need!!):
"é" -> 5 -> 0000101 (7 bits)
Does anybody knows how to get this?
Thanks a lot in advance,
Pieter