﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
981	_WinAPI_AnsiToOem + _WinAPI_OemToAnsi	Zedna	Jpm	"Here is proposition for new UDF to WinApi include also with examples:


{{{
; Name...........: _WinAPI_AnsiToOem
; Description ...: Translates a string into the OEM-defined character set
; Syntax.........: _WinAPI_AnsiToOem($sText)

#cs
non english (accented) letters written to AU3 script from Scite (GUI)
must be converted to be correct in commandline output (CUI)
#ce
}}}


{{{
; Name...........: _WinAPI_OemToAnsi
; Description ...: Translates a string from the OEM-defined character set into either an ANSI or a wide-character string
; Syntax.........: _WinAPI_OemToAnsi($sText)

#cs
non english (accented) letters in output from CUI commandline tools (like PING, NET VIEW, ...)
must be converted to be correct in Windows GUI output (MsgBox)
#ce
}}}

"	Feature Request	closed	3.3.1.2	Standard UDFs		None	Completed		
