About unicode

BlitzMax Forums/BlitzMax Beginners Area/About unicode

GuoQiang(Posted 2005) [#1]
Strict
Local k:Int,sum:Int
For k=1 To 10
sum=sum+k
Next
Print "½á¹ûÊÇ" + sum

Above code that can't pass compiler.


Erroneouss(Posted 2005) [#2]
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.


Perturbatio(Posted 2005) [#3]
I take it that the characters in the quotes are in chinese as opposed to: ½ á ¹ û Ê Ç


GuoQiang(Posted 2005) [#4]
I think BlitzMax doesn't support unicode.


Perturbatio(Posted 2005) [#5]
it does : http://www.blitzbasic.com/Community/posts.php?topic=46978
but Mark still has to fully implement support for displaying it.