﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2227	GUICtrlCreateEdit doesn't have full Unicode support	sleeping.love@…		"I found a problem with '''GUICtrlCreateEdit'''. When i added '''$ES_OEMCONVERT''' style, it doesn't support Unicode!

{{{$Edit1 = GUICtrlCreateEdit("""", 20, 104, 220, 190, BitOR($ES_AUTOVSCROLL,$ES_OEMCONVERT,$ES_WANTRETURN,$WS_VSCROLL,$WS_BORDER), BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE))}}}

If remove '''$ES_OEMCONVERT''', it'll work fine.

[[Image(http://img829.imageshack.us/img829/2019/13577815.png)]]"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
