
Displaying ASCII characters above 132 - Free Pascal
Nov 26, 2012 · Re: Displaying ASCII characters above 132 « Reply #2 on: November 23, 2012, 05:00:07 pm » This codesnippet uses the AnsiToUtf8 function to get the higher ansi character codes to display correctly in Lazarus (provided the memo's font …
Why is printing Ascii characters in a console and ListBox different?
Mar 20, 2024 · Why is printing Ascii characters in a console and ListBox different? Free Pascal Website Downloads ...
[SOLVED] UTF8Encode(String(Chr(i))) - Free Pascal
Aug 30, 2016 · Ascii 130 = é Ascii 131 = â Ascii 132 = ä Ascii 133 = à Ascii 134 = å Ascii 135 = ç Ascii 136 = ê Ascii 137 = ë Ascii 138 = è Ascii 139 = ï Ascii 140 = î Ascii 141 = ì Ascii 142 = Ä Ascii 143 = Å Ascii 144 = É Ascii 145 = æ Ascii 146 = Æ Ascii 147 = ô Ascii 148 = ö Ascii 149 = ò Ascii 150 = û Ascii 151 = ù Ascii 152 = ÿ ...
ASCII Art - forum.lazarus.freepascal.org
Mar 20, 2024 · It convert a Picture to ASCII using BGRABitmap For the fun... B-> AsciiArt.zip (127.74 kB ...
Can Synchronize() be called from the main thread? - Free Pascal
Nov 4, 2019 · If the thread doesn't have to be blocked (e.g. for hex/ASCII debugging output rather than GUI interaction) an alternative is PostMessage() except that it has no protection against reentrancy (if the handler does an A.PM etc.), the best choice appears to be QueueAsyncCall() which is non-blocking and protects against reentrancy.
how to change ascii table? - forum.lazarus.freepascal.org
Feb 25, 2023 · after Englisizing a Japanese Windows 10, FP IDE still shows hierogliphs here and there in FP IDE. When I check menu bar tools -> ascii table, it is still Japanese.
[SOLVED] Convert String to ASCII code as Integer - Free Pascal
Apr 16, 2013 · Re: [SOLVED] Convert String to ASCII code as Integer « Reply #14 on: April 16, 2013, 10:51:37 pm » ... and, if you want to get code of char by char, you can use a small code like:
How to read GPS data from COM port, install into Windows …
Jan 17, 2020 · Reading and parsing the NMEA isn't a problem, they are like ASCII csv strings with a CRC added. I believe the codes in LazSerial and the NMEA site do this, as do my own codes. I am stuck at the process of 'force feeding' the sensor data into the Windows Geolocation API, so that other Win programs can read it, much as Android apps do.
about ascii code of 'Enter' - Free Pascal
Sep 27, 2016 · Re: about ascii code of 'Enter' « Reply #1 on: September 27, 2016, 03:31:52 pm » Programs receive a keycode of 13 when the Enter key is pressed on standard keyboards.
TIdSMTP problems
Jan 16, 2025 · I think (related to old RFC5322, RFC5321 and RFC822) that the address the of e-mail SHOULD be in ASCII SET (numbers, letters and some other chars). I remember something about a RFC proposal to expand to UTF-8, but I think that it's still not approved. So, if you use utf-8 chars is highly possible that your e-mail is rejected.