Modify ↓
Opened 16 years ago
Closed 16 years ago
#1481 closed Bug (Fixed)
_GUICtrlHeader UDF not using correct character set
| Reported by: | Beege | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | Standard UDFs |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
I know I'm not using the correct terminology so I'm sorry about that but for some reason the default character set is non-english. Even more strange, when I set it to use unicodeformat, it will then start to display English characters correctly. I saw this when testing _GUICtrlHeader examples from the documentation. I am posting a snap shot of the header from example _GUICtrlHeader_Create() to better describe what im trying to report.
AutoIt:3.3.4.0 (Os:WIN_7/X86 Language:0409 Keyboard:00000409 Cpu:X64)
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | Capture.PNG added |
|---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5770] in version: 3.3.7.0
Note:
See TracTickets
for help on using tickets.

The function _GuiCtrlHeader_Create() in GuiHeader.au3 is a Gary translation of an old PaulIA function from the ANSI days. It contains "_GUICtrlHeader_SetUnicodeFormat($hHeader, False)".
Should be changed to "True" there in the UDF.