bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.56k stars 102 forks source link

[zerolib] What is the encoding of `string`? #155

Closed ghost closed 5 months ago

ghost commented 5 months ago

UTF-8 or UTF-16? The information on the internet is too confusing.

ghost commented 5 months ago

Update: My knowledge of C# and .NET is rusted. I don't know anything beyond C# 4.0. New stuffs like System.Span<T> and System.ReadOnlySpan<T> are awesome!