Fix multiple missing UTF-8 decoding.

(cherry picked from commit c69e0d16bc)
This commit is contained in:
bruvzg
2022-01-06 11:34:10 +02:00
committed by Rémi Verschelde
parent 9b149d5848
commit 6f81a8ee2c
12 changed files with 17 additions and 17 deletions

View File

@@ -69,7 +69,7 @@
<return type="String" />
<argument index="0" name="bytes" type="int" default="-1" />
<description>
Gets a string with byte-length [code]bytes[/code] from the stream. If [code]bytes[/code] is negative (default) the length will be read from the stream using the reverse process of [method put_string].
Gets an ASCII string with byte-length [code]bytes[/code] from the stream. If [code]bytes[/code] is negative (default) the length will be read from the stream using the reverse process of [method put_string].
</description>
</method>
<method name="get_u16">