PDA

View Full Version : Card suit symbols in HTML or TXT


alexejv
12-29-2004, 05:05 PM
Hi,

i have i problem to convert the textes with cards suit symbols (spades,clubs, diamonds, hearts) to see them in iSilo. I dont know, whether it is a converter problem (i use iSloX) or a problem of Palm iSilo. It did not work neither in HTML nor in Text Format. Could you help me?
I know there are these symbols in Palm Fonts but I dont know A) How should I code it in ascii-file and B) in HTML-File to be seen on my Palm

Thank you in advance.

iSilo
12-29-2004, 08:24 PM
You should be able to use the character codes directly in the source file. The character codes in decimal for the suits are:

Diamond 141
Club 142
Heart 143
Spade 144

In HTML, you would specify a character code using the ampersand pound notation.

In an ASCII file, if your text editor does not support inputing character codes, you may need to use a hex editor.