String length: Difference between revisions

m
Line 2,308:
Simula has no bultin support for character encodings (Unicode was not even invented in the year 1967). The encoding was regarded responsibility of the operating system and one byte must match one character.
So character constants encoded in UTF-8 are not possible.
But reading from a utf8-encodingencoded input file is actually possible.
 
Input:<pre>møøse
Anonymous user