About Chinese in comments

BlitzMax Forums/BlitzMax Beginners Area/About Chinese in comments

GuoQiang(Posted 2005) [#1]
I come from china, so I want to use chinese in comments, but compile error, I use only Chinese in comments.


Perturbatio(Posted 2005) [#2]
hmmm... I can't test this on my machine because the IDE converts all chinese characters to question marks.

I tested it with (I am assuming they are chinese:
懶羅龝欄鸞

*EDIT*
ok, the forum appears to have converted the characters.


GuoQiang(Posted 2005) [#3]
'/////////////////////////////////////
' 这是我的一个测试程序
'/////////////////////////////////////
Strict


Graphics 800,600

Cls

DrawText "Test",100,100

Flip

end


Notify:

Comile Error
Identifider 'Fl' not found


Perturbatio(Posted 2005) [#4]
the forum is messing up the characters, maybe you could provide a link to source download?


gellyware(Posted 2005) [#5]
Since you are programming in 'English' , Just comment in English or simply leave out the comments?


GuoQiang(Posted 2005) [#6]
I need comment in chinese, because of I am a chinese.


JustLuke(Posted 2005) [#7]
Couldn't you use Pinyin?


Dreamora(Posted 2005) [#8]
hmm perhaps it is restricted to iso charset or similar and not unicode and does not support chinese then?

Creating a HTML for description (documentation) could do the job as well, as function names etc need to be written in iso anyway ...


JustLuke(Posted 2005) [#9]
*ENGAGE SHOW-OFF MODE*

Ni hao,

Wo si huan Pinyin. Ni si huan Pinyin ma?
Wo zhi hui jiang ying wen. Wo hui jiang yi dian dian zhong wen... Dui bu qi!

*DISENGAGE SHOW-OFF MODE*

:)