Fix multiple missing UTF-8 decoding.
This commit is contained in:
parent
1f0dc02649
commit
c69e0d16bc
13 changed files with 22 additions and 22 deletions
|
|
@ -70,7 +70,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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue