Modify ↓
Opened 5 years ago
Closed 5 years ago
#3824 closed Bug (Fixed)
_GUICtrlRichEdit_StreamFromFile help file error on default character encoding
| Reported by: | Nine | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , 5 years ago
comment:2 by , 5 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12540] in version: 3.3.15.4
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