News

A small update for strings in C# 11 is the ability to quickly specify a string literal as UTF-8 encoded, instead of the .NET default UTF-16 encoding, adding a u8 suffix to it.