Use int32_t instead of plain int with Unicode code points
authorPetri Lehtinen <petri@digip.org>
Wed, 2 Dec 2009 21:48:50 +0000 (23:48 +0200)
committerPetri Lehtinen <petri@digip.org>
Wed, 2 Dec 2009 21:53:54 +0000 (23:53 +0200)
commitd67aeb9739bf3e963ceaa8b622d20cd87a0b65fe
tree62d1fc6b7f36c1bd2ffc9c350dbf33269782acb7
parente0a88d19d1f103c32bbaf4c20a83575413c4bf80
Use int32_t instead of plain int with Unicode code points

On some architectures, int just isn't big enough to hold all Unicode
code points.
src/dump.c
src/load.c
src/utf.c