Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #380474 > unrolled thread
| Started by | Tim Rentsch <tr.17687@z991.linuxsc.com> |
|---|---|
| First post | 2024-01-19 07:43 -0800 |
| Last post | 2024-01-19 07:43 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.c
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Simple(?) Unicode questions Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-01-19 07:43 -0800
| From | Tim Rentsch <tr.17687@z991.linuxsc.com> |
|---|---|
| Date | 2024-01-19 07:43 -0800 |
| Subject | Re: Simple(?) Unicode questions |
| Message-ID | <86frytjplg.fsf@linuxsc.com> |
James Kuyper <jameskuyper@alumni.caltech.edu> writes:
> On 12/12/23 22:05, spender wrote:
>
>> printf("%c",ch), the ch must <0xFF, <255
>
> The only 'ch' in the code that you responded to was declared as
> "char *", not char, [...]
The posting in question also gave declarations
char ch = [...];
and
wchar_t ch = [...];
Back to top | Article view | comp.lang.c
csiph-web