Modify ↓
Opened 15 years ago
Closed 15 years ago
#1468 closed Bug (Fixed)
StringToBinary lost character in utf8
Reported by: | maomao123_1981@… | Owned by: | Jon |
---|---|---|---|
Milestone: | 3.3.5.5 | Component: | AutoIt |
Version: | 3.3.4.0 | Severity: | None |
Keywords: | Cc: |
Description
; Binary ANSI to String
$buffer = StringToBinary("Hello - 你好123");lost two end character
MsgBox(4096, "String() representation" , $buffer)
$buffer = BinaryToString($buffer)
MsgBox(4096, "BinaryToString() ANSI representation" , $buffer)
;_ClipPutFile have the bug like it
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Jon
- Milestone set to 3.3.5.5
- Owner set to Jon
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [5704] in version: 3.3.5.5