Modify ↓
Opened 4 years ago
Closed 3 years ago
#3824 closed Bug (Fixed)
_GUICtrlRichEdit_StreamFromFile help file error on default character encoding
Reported by: | Nine | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.15.4 | Component: | AutoIt |
Version: | 3.3.14.5 | Severity: | None |
Keywords: | Cc: |
Description
Help file says that _GUICtrlRichEdit_StreamFromFile character encoding default is $FO_UTF8. But within the function it is using ANSI.
Attachments (0)
Change History (2)
comment:1 Changed 3 years ago by Jpm
comment:2 Changed 3 years ago by Jpm
- Milestone set to 3.3.15.4
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [12540] in version: 3.3.15.4
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.
Not true it can read UTF8 file as it is usung the default reading mode
But it is true that if the file is ansi it is the same as default UTF8
I will change the doc to $FO_READ
Thanks