diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-08-26 15:00:43 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-08-26 15:00:43 +0200 |
commit | 1baf6462562796680594492b7c6614c0bd5fcbb3 (patch) | |
tree | 8c670c0c795ce60fa129c0300da8b6d5c797db59 /sfeed_update | |
parent | 9d96397cef3d75f2af96b7a31bf2aef910346b0c (diff) |
xml: use ANSI types and struct initialization
long is atleast 32-bits, codepointtoutf8() works with >= 32-bit types. Valid
codepoint ranges are not larger than this. unsigned char is not needed because
converted unicode bytes don't use this range.
tested all valid codepoints and output on amd64, i386 and SPARC64.
Diffstat (limited to 'sfeed_update')
0 files changed, 0 insertions, 0 deletions