Modify

Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#2222 closed Bug (Fixed)

Cyrillic names of COM object / methods

Reported by: mtelis@… Owned by: trancexx
Milestone: 3.3.9.5 Component: AutoIt
Version: 3.3.8.1 Severity: None
Keywords: Cc:

Description

I'm trying to use AutoIt with 1C (http://v8.1c.ru/eng/the-system-of-programs/) accessing the platform via COM object in the following manner:

(((

$My1C = ObjCreate("V82.Application")
$v8 = $My1C.Connect("Connection_Parameters")
$Materials = $v8.Catalogs.Материалы

)))

The last word (after Catalogs) is configuration object's name within the database; it's in Cyrillic and can't be changed. It seems like AutoIt's parser wouldn't recognize non-ASCII chars in property / method names. I've played with UTF-8 / UTF-16 to no avail.

A similar Excel VBA code works out of the box. Could you please tweak the parser to allow non-ASCII chars?

Attachments (0)

Change History (2)

comment:1 by trancexx, 14 years ago

Milestone: 3.3.9.5
Owner: set to trancexx
Resolution: Fixed
Status: newclosed

Fixed by revision [7089] in version: 3.3.9.5

comment:2 by anonymous, 12 years ago

Thank you!
Спасибо чувак! Ты молодец!

Modify Ticket

Action
as closed The owner will remain trancexx.

Add Comment


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