Jump to content

[Resolved]CUI console output


Recommended Posts

EDit: i figured it out. Dos propmt doesnt use unicode. It replaced some ascii instead

heres my code:

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Change2CUI=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
;205 top bottom, 200 bottom left, 201 top left, 186 left right, 187 top right, 188 bottom right
$p = PluginOpen("setconsolecolor.dll")
setconsolecolor(7)
for $i = 1 to 80
    ConsoleWrite("█")
Next
ConsoleWrite(" ╔")
for $i = 1 to 77
    ConsoleWrite("═")
Next
ConsoleWrite("╗")
for $i = 1 to 22
    ConsoleWrite(" ")
Next
MsgBox(0,"","")

It outputs ª instead of █

I've tried it on all unicode encodings. Still outputs ª.

Can anyone give me some help?

Thanks in advanced

Edited by LiveOnTheFly
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...