﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2222	Cyrillic names of COM object / methods	mtelis@…	trancexx	"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?"	Bug	closed	3.3.9.5	AutoIt	3.3.8.1	None	Fixed		
