Hi, On 5 May 2015 at 19:31, suigin <suigin@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