How to represent the letter phi



Hi
I am going to send the letter phi over a rs232 connection. The
problem I have is finding the letter in the ascii system. According
to articles on the web, I can get the letter phi by using either
chr(1000) or chr(618). On my computer I get entirely different
letters.

Thanks
&
regards
Roger
.



Relevant Pages

  • Re: How to represent the letter phi
    ... problem I have is finding the letter in the ascii system. ... to articles on the web, I can get the letter phi by using either ... Since ascii is limited to letters 0..127, and phi is not in them, you will ...
    (comp.lang.pascal.delphi.misc)
  • Re: How to represent the letter phi
    ... I am going to send the letter phi over a rs232 connection. ... problem I have is finding the letter in the ascii system. ... use one of the forms of Unicode, probably UTF-16 or UTF-8. ...
    (comp.lang.pascal.delphi.misc)
  • Re: How to represent the letter phi
    ... I am going to send the letter phi over a rs232 connection. ... problem I have is finding the letter in the ascii system. ... use one of the forms of Unicode, probably UTF-16 or UTF-8. ... characters, but sometimes pairs of 2-byte characters for the more ...
    (comp.lang.pascal.delphi.misc)