﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1242	GDIPlus Encoder stuff doesn't work.	Valik		"The GDIPlus Encoder stuff doesn't work because a pointer is passed to _WinAPI_WideCharToMultiByte() which treats it wrong and ends up doing the wrong thing.

Simple example that reproduces the problem is the _GDIPlus_Encoders() example which displays hex strings instead of text for things like DLL name, file extension, et cetera.

This should probably be fixed in _WinAPI_WideCharToMultiByte() by testing if the input IsPtr() and doing the right thing.  I imagine GDIPlus isn't the only place calling the function in this manner which means there are possibly other broken things.

_WinAPI_MultiByteToWideChar() is probably broken, too."	Bug	closed	3.3.1.4	AutoIt	3.3.1.3	Blocking	Fixed		
