Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #380474 > unrolled thread

Re: Simple(?) Unicode questions

Started byTim Rentsch <tr.17687@z991.linuxsc.com>
First post2024-01-19 07:43 -0800
Last post2024-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.


Contents

  Re: Simple(?) Unicode questions Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-01-19 07:43 -0800

#380474 — Re: Simple(?) Unicode questions

FromTim Rentsch <tr.17687@z991.linuxsc.com>
Date2024-01-19 07:43 -0800
SubjectRe: 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 = [...];

[toc] | [standalone]


Back to top | Article view | comp.lang.c


csiph-web