modula3 / cm3

Critical Mass Modula-3
http://modula3.github.io/cm3/
Other
139 stars 25 forks source link

How to handle Unicode strings on CM3? #1086

Closed jpgpng closed 2 years ago

jpgpng commented 2 years ago

Assumed CM3 doesn't have built-in Unicode support. C is the same, too. So there are a bunch of C libraries whose purpose is just to add support for handling of Unicode strings to C. Could I make M3 bindings for such libraries and use it with CM3? Is there any easier solutions?

VictorMiasnikov commented 2 years ago

In fact CM3 does have built-in Unicode support.

VictorMiasnikov commented 2 years ago

N1086 is dubl-te ?

VictorMiasnikov commented 2 years ago

(...)

I will move my messages from N1085 to this issue ( N1086 )

VictorMiasnikov commented 2 years ago

(...)

VictorMiasnikov commented 2 years ago

(...)

VictorMiasnikov commented 2 years ago

(...) N4 . . .

VictorMiasnikov commented 2 years ago

( Possible dubl) Please look at Pull request https://github.com/modula3/cm3/pull/1087

VictorMiasnikov commented 2 years ago

} Pull request https://github.com/modula3/cm3/pull/1087

Are You see examples? They are good ( compile, running?) ?

cp866 is OS DOS ( and 2 .. 15 countries) specific, may be

utf-8 is universal ( except DOS )

jpgpng commented 2 years ago

} Pull request https://github.com/modula3/cm3/pull/1087

Are You see examples? They are good ( compile, running?) ?

cp866 is OS DOS ( and 2 .. 15 countries) specific, may be

utf-8 is universal ( except DOS )

Saw the examples. But didn't try to compile.

VictorMiasnikov commented 2 years ago

} Pull request https://github.com/modula3/cm3/pull/1087 Are You see examples? They are good ( compile, running?) ? cp866 is OS DOS ( and 2 .. 15 countries) specific, may be utf-8 is universal ( except DOS )

Saw the examples. But didn't try to compile.

Ok