About unicode

BlitzMax Forums/BlitzMax Beginners Area/About unicode

Strict
Local k:Int,sum:Int
For k=1 To 10
sum=sum+k
Next
Print "½á¹ûÊÇ" + sum

Above code that can't pass compiler.

Works fine for me....

Just incase you don't know:
BMax uses 'Print' to Print to the console or the
compiling thingie. Not the screen like previous Blitz.
Just incase you were wondering why it doesn't print on
the screen.

I take it that the characters in the quotes are in chinese as opposed to: ½ á ¹ û Ê Ç

I think BlitzMax doesn't support unicode.

it does : http://www.blitzbasic.com/Community/posts.php?topic=46978
but Mark still has to fully implement support for displaying it.