#2222 closed Bug (Fixed)
Cyrillic names of COM object / methods
| Reported by: | 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 , 14 years ago
| Milestone: | → 3.3.9.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |

Fixed by revision [7089] in version: 3.3.9.5