Sujet : Re: Simple string conversion from UCS2 to ISO8859-1
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 26. Feb 2025, 04:16:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpm132$29ine$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.162 (Pokrosvk)
On Tue, 25 Feb 2025 15:53:23 +0100, pozz wrote:
Sincerely I don't know, the standard says UCS2
Remembered that the specs are online
<
https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=1514>.
They don’t actually say what “data coding schemes” are allowed; the
only mention of UCS-2 is
if <dcs> indicates that 8-bit or UCS2 data coding scheme is used,
or <fo> indicates that 3GPP TS 23.040 [3]
TP-User-Data-Header-Indication is set: ME/TA converts each 8-bit
octet into two IRA character long hexadecimal number (e.g. octet
with integer value 42 is presented to TE as two characters 2A (IRA
50 and 65))
So it doesn’t say that UTF-16 is or isn’t allowed.