We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6a37a commit 9d0fcf1Copy full SHA for 9d0fcf1
tutorials/scripting/c_sharp/c_sharp_differences.rst
@@ -381,6 +381,8 @@ Use ``System.String`` (``string``). Most of Godot's String methods have an
381
equivalent in ``System.String`` or are provided by the ``StringExtensions``
382
class as extension methods.
383
384
+Note that C# strings uses UTF-16 encoding, while Godot Strings uses UTF-32 encoding.
385
+
386
Example:
387
388
.. code-block:: csharp
0 commit comments