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


Groups > comp.lang.c > #380474

Re: Simple(?) Unicode questions

From Tim Rentsch <tr.17687@z991.linuxsc.com>
Newsgroups comp.lang.c
Subject Re: Simple(?) Unicode questions
Date 2024-01-19 07:43 -0800
Organization A noiseless patient Spider
Message-ID <86frytjplg.fsf@linuxsc.com> (permalink)
References <ul13hl$24kg5$1@dont-email.me> <ulb729$3t0bp$1@dont-email.me> <ulbg3i$1m9v$1@dont-email.me>

Show all headers | View raw


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 comp.lang.c | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web