Sujet : Re: New VSI post on Youtube
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 20. Aug 2024, 19:45:41
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <66c4e455$0$715$14726298@news.sunsite.dk>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla Thunderbird
On 8/20/2024 2:37 PM, Arne Vajhøj wrote:
The second transfer between an in memory sequence of
sequence of chars aka Unicode code points (0..65536 values)
usually in the form of String objects
Correction.
That was how it was when it was designed.
Today it is:
... UTF-16 code units (0..65536 values) ...
Arne