#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 in reply to: ↑ description Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 16 years ago by exodius
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 Changed 16 years ago by Valik
Alright, I removed the usage of it in the example. It will be gone in 3.2.13.12.
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.
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.