godot-docs
godot-docs copied to clipboard
Document that C# `string`s are UTF16 while Godot `String`s are UTF32
See the discussion in https://github.com/godotengine/godot-docs/pull/7612
It is a very subtle difference that doesn't matter for most cases, but can cause some issues when porting string manipulation code or calling some text server functions.
I would like to work on this as a first contribution!