ASCII is 8-bit value. Unic开发者_Go百科ode may be 8 or 16 or 32 bit value. If I define subclass as character how does WTX know whether it is 8 or 16 bit character? Setting an item\'s subclass to chara
Here is a sample of my problem. I have the following typetree : Root -Text(item) -Texts(group, delimited,开发者_如何学编程 literal separator=<NEXT>, components=Text[1:s])
I\'m developing a card playing game and would like to print out the symbol for hearts, diamonds, spades and clubs.My target platform will be Linux.