<div dir="ltr"><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
<br><br><div class="gmail_quote">On Wed, Apr 21, 2010 at 11:38, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:graemeg.lists@gmail.com">graemeg.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
If I want to use Unicode characters in my source code, but without actually<br>
typing in the Unicode character - I rather want to define it similar to<br>
ASCII chars or Hex values:<br>
eg: Char(65) or 'test'+#65+'me'<br>
or similar to what hex values are defined with a dollar prefix: $30<br>
<br>
Any idea how I can do this? I don't want to mess with the -Fcutf8 compiler<br>
parameter if I can avoid it. I also want the ability of the source code to<br>
be edited by a editor that might not support Unicode (more precisely UTF-8).<br></blockquote><div><br><br>$#50D helps you ? :)<br><br>You can also break it into two/four bytes like so : #404#500<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Is this possible?<br>
<br>
<br>
Regards,<br>
- Graeme -<br>
<font color="#888888"><br>
--<br>
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal<br>
<a href="http://opensoft.homeip.net/fpgui/" target="_blank">http://opensoft.homeip.net/fpgui/</a><br>
<br>
_______________________________________________<br>
fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</font></blockquote></div><br><br>Ido<br></div>