Opened 15 years ago
Closed 15 years ago
#1481 closed Bug (Fixed)
_GUICtrlHeader UDF not using correct character set
Reported by: | Beege | Owned by: | Jpm |
---|---|---|---|
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)
Changed 15 years ago by Beege
comment:1 Changed 15 years ago by PsaltyDS
comment:2 Changed 15 years ago by Jpm
- Milestone set to 3.3.7.0
- Owner changed from Gary to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5770] in version: 3.3.7.0
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.
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.