About 1,147,735 results (1,881 milliseconds)

Command key combinations do not work

https://groups.google.com/g/ukelele-users/c/-YBCXYsYidA
+c, cmd+v, etc.) ... Now, when you press the Command key, you should see the basic ASCII letters, i.e. the basic Latin letters + several punctuation marks.

Signed char - What Foolishness Is This!

https://groups.google.com/g/net.lang.c/c/ZnwASmSQ9_g
where 'UPPER' is a bit mask used in a table of character definitions ... int isascii(c); /* test for ASCII character (0x00-0x7F) */ [...] "The isacii ...

Can I change the Barcode128 encoding method?

https://groups.google.com/g/xmpie-users/c/qy3PKDAO_fo
Oct 5, 2018 ... ... table of all the characters ... 128B (Code Set B) – ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4; 128C (Code Set C) ...

Assembly - Convert 16 bit integer to ascii help please

https://groups.google.com/g/comp.sys.cbm/c/htHknwABEmg/m/H-xfHFMDkXIJ
Start converting at that point. This modification might also require a special check that the converted value is not zero, because then all table values are ...

[sharing]ASCII arrows snippets

https://groups.google.com/g/tiddlywiki/c/NBI8xn_Ph2o
Those elements are a bit problematic, since they depend on the OS character table used. ... All ASCII characters below 32 are control characters. Eg: Alt ...

Using APL on the PiDP-11 with RSX11M+ and the tek4010 emulator

https://groups.google.com/g/pidp-11/c/dlJcVUFBfxs
... codes, while leaving the unlabeled keys as much as possible like on the Tektronix 4015 keyboard. If you want to make your own table, you need to put the ASCII ...

[9fans] kbd.c

https://groups.google.com/g/comp.os.plan9/c/pCZluV2rjJw/m/klva4pqp0B4J
Moreover, I don't want to write code in C each time I need to define a ... separate kbdxx.c files with just the tables and nothing else. I think that's ...

keyboard scancodes, ascii, asr33, and os/8

https://groups.google.com/g/alt.sys.pdp8/c/AtEETwPM_G8
I can pretty much predict what's gonna happen if I type an uppercase letter or a punctuation character, but lower case letters appear to be ignored. Also, I'm a ...

number to ascii character

https://groups.google.com/g/mitappinventortest/c/QbV8ii5SdeE
Jun 4, 2014 ... Add each character from the ASCII table in a list and use the a search to check for the character you are looking for in the list. The index ...

finding non ascii characters in the database

https://groups.google.com/g/comp.databases.informix/c/77JCBOJPmeQ
What I was thinking was writing an ESQL/C program. Starting at your system tables, for each table in a given database, find the columns that are character ...

how to scan file for non-ascii chars (eg cut-n-paste from ms-word)

https://groups.google.com/g/gnu.emacs.help/c/Kq7LPcGvOkU
| skip-chars-forward is a built-in function in `C source code'. | (skip ... "Translation table for translating some character to ascii. This table is ...

Script to convert CSV to formatted plain text table

https://groups.google.com/g/bbedit/c/N4wGzJbVef4
perl has an x= operator. That's a small ASCII x that creates a string of characters x items long. It's like a += operator that adds a number to the left ...

keyboard scancodes, ascii, asr33, and os/8

https://groups.google.com/g/alt.sys.pdp8/c/AtEETwPM_G8
I can pretty much predict what's gonna happen if I type an uppercase letter or a punctuation character, but lower case letters appear to be ignored. Also, I'm a ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
... table for the value toast and returns the rows that contain this value. ... values that represent code points or extended ASCII character values. If ...

gzip compression query - multi part gzip files

https://groups.google.com/g/golang-nuts/c/84j6ICHLYpc/m/jKQc8y6fIesJ
SI1 and SI2 provide a subfield ID, typically two ASCII letters with some mnemonic value. Jean-Loup Gailly <[email protected]> is maintaining a registry ...

Minus-sign problem - Google Docs Editors Community

https://support.google.com/docs/thread/150874146/minus-sign-problem?hl=en
Feb 15, 2022 ... ... c[0]", Google produces this kind of string: "r[−1]c[0]", where minus-sign is an Unicode-code Hex2212. If I then try to use that reference ...

How to print two variables separated by tab in TACL Program

https://groups.google.com/g/comp.sys.tandem/c/ou7FCnpoPGA
Jan 7, 2010 ... CHAR c REDEFINES b; END; ]. #OUTPUT [var1][spc:c][var2]. I got this ... determined by examining an ASCII code table). Thus, to insert ESC ...

CHAR - Google Docs Editors Help

https://support.google.com/docs/answer/3094120?hl=en
Convert a number into a character according to the current Unicode table. Sample Usage CHAR(97) CHAR(HEX2DEC("A3")) CHAR(A1) Syntax CHAR(table_number) ...

OT: entering Unicode characters

https://groups.google.com/g/julia-users/c/ZyuSbZKTw1g
On the mac, these symbols happen to exist in the US keyboard, but they turn out to in different unicode positions than the Greek alphabet letters, so apparently ...

iswalpha and locales

https://groups.google.com/a/isocpp.org/d/msgid/std-proposals/op.yjmlf0orhnjspo%40debian
Standard Library implementation knows only of the US-ASCII C locale, in which ... Yes, it's bigger that ICU tables, but code for this table far more simple and ...