﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
462	Send() can't send Unicode characters.	anonymous	Jon	"I'm trying to send
ChrW(0x03B8) which is θ ( small theta), but even in notepad, it's not shown up correctly:
{{{
$process = Run(""notepad.exe"")

$NotepadHWND = ""Untitled - "" ; EN
;~ $NotepadHWND = ""Unbenannt - "" ; DE

WinActivate($NotepadHWND)
WinWaitActive($NotepadHWND)
$text = ChrW(0x03B8)
Send($text,1)

InputBox(""It should be:"",""It should be this char: Copy it to Notpad and see, that it is accepted"",$text)
}}}
I think Sned doesn't support Unicode and that should be changed."	Feature Request	closed	3.3.5.2	AutoIt		None	Completed		
