Re: [dev] [ST] [PATCH] Changed type for UTF-32 codepoints from long to uint_least32_t

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Tue, 5 May 2015 19:37:01 +0100

Hi,

On 5 May 2015 at 19:31, suigin <suigin_AT_national.shitposting.agency> wrote:
> Hi all, here's a patch that changes occurences of long to uint_least32_t
> where it's being used to store UTF-32 codepoints, as was previously
> discussed. Other cases where long is used are preserved as is.

I get the feeling we should typedef uint_least32_t Rune, as in libutf,
so we don't have to have this long-winded and somewhat cryptic type
everywhere.

cls
Received on Tue May 05 2015 - 20:37:01 CEST

This archive was generated by hypermail 2.3.0 : Tue May 05 2015 - 20:48:12 CEST