mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #10920 from Athenr/master
Clarify UTF encoding between C# strings and Godot Strings
This commit is contained in:
@@ -381,6 +381,8 @@ Use ``System.String`` (``string``). Most of Godot's String methods have an
|
||||
equivalent in ``System.String`` or are provided by the ``StringExtensions``
|
||||
class as extension methods.
|
||||
|
||||
Note that C# strings use UTF-16 encoding, while Godot Strings use UTF-32 encoding.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: csharp
|
||||
|
||||
Reference in New Issue
Block a user