#687 closed Bug (No Bug)
@Unicode
| Reported by: | exodius | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.2.12.1 | Severity: | None |
| Keywords: | Cc: |
Description
Per the Changelog dated 16th May, 2008 - v3.2.12.0:
Changed: @Unicode renamed in @AutoItUnicode. @Unicode is an alias for now. It will be removed > 3.2.14.0
@AutoItUnicode appears in the Macro Reference list/Index of the current production version (3.2.12.1) but doesn't appear in Macro Reference list/Index of the current Beta(3.2.13.10).
GuiCtrlCreateDate's example still uses @Unicode.
And finally, neither @AutoItUnicode nor @Unicode appear in the SciTe lexer/suggestions (so the use of either throws potential error warnings).
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
Fair enough for the first two points, but as of 3.2.12.10 GuiCtrlCreateDate's example still uses @Unicode.
http://www.autoitscript.com/trac/autoit/ticket/496
http://www.autoitscript.com/trac/autoit/ticket/493
comment:3 by , 17 years ago
Alright, I removed the usage of it in the example. It will be gone in 3.2.13.12.

Reading the 3.2.13.10 changelog or searching the issue tracker would have yielded your answer. The macro has been removed because AutoIt is always Unicode now, we do not provide an ANSI version.