Modify

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 thesnoW, 16 years ago

sorry,it's a Feature Request.

comment:2 by Valik, 16 years ago

Type: BugFeature 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 Valik, 16 years ago

Component: AutoItAu3Check
Owner: set to Jos

comment:4 by thesnoW, 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:5 by trancexx, 14 years ago

See bug report #2091.

comment:6 by Valik, 14 years ago

Resolution: Duplicate
Status: newclosed

Closing as a duplicate of #2091.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.