Opened 16 years ago
Closed 14 years ago
#1523 closed Feature Request (Duplicate)
Au3Check support UNICODE and all Include file use unicode enc.
| Reported by: | thesnoW | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | Au3Check | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
1.Au3Check support UNICODE script file.
2.All Include file use unicode encode is better.
like:
If Chr(0x97)="?" Then MsgBox(32,"",'0x97 = ?')
In non-english system,will popup a msgbox.
Attachments (0)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Type: | Bug → Feature Request |
|---|---|
| Version: | 3.3.6.0 |
I agree that Au3Check needs to support non-ANSI file formats. Right now it silently returns success which is very confusing. However, I do not agree we should change the encoding of the UDF library.
comment:3 by , 16 years ago
| Component: | AutoIt → Au3Check |
|---|---|
| Owner: | set to |
comment:4 by , 16 years ago
can replace all of 0x97 char in UDF library (and help script file)?
exp:
\Include\GuiEdit.au3
line 862
---
in English
; _GUICtrlEdit_SetRECT set—it will be approximately correct, but it can be off by a few pixels.
in Chinese
; _GUICtrlEdit_SetRECT set¡ªit will be approximately correct, but it can be off by a few pixels.
---
comment:6 by , 14 years ago
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Closing as a duplicate of #2091.

sorry,it's a Feature Request.