W32API implements MessageBox for UTF8String . It uses Win32API .
UTF8 string will be converted to wchar_t ( UTF16 ) string .
MBox(Msg::AbstractString, Title::AbstractString) # expect UTF8String
MBoxA(Msg::AbstractString, Title::AbstractString) # expect ASCIIString
MBoxW(Msg::AbstractString, Title::AbstractString) # expect UTF8String
MBoxW(Msg::Array{UInt16, 1}, Title::Array{UInt16, 1}) # expect wchar_t
now supports 32bit
02/11/2016
about 5 years ago
12 commits