Re: [E-devel] Patch: invalid UTF-8 in Evas

2004-07-19 Thread The Rasterman
On Fri, 16 Jul 2004 11:29:01 +0200 "Nemec, Bernhard" <[EMAIL PROTECTED]> babbled: > Hi Raster, > > I've changed evas_common_font_utf8_get_next() so that it is a little more > robust against invalid UTF-8 input. > In case of invalid UTF-8, this version avoids reading non-alloc

Re: [E-devel] Debs for PPC/Sarge

2004-07-19 Thread The Rasterman
On Mon, 19 Jul 2004 09:30:20 -0700 Josh Lauricha <[EMAIL PROTECTED]> babbled: > I was building some debs for PPC running Sarge (to use entrance). I ran > into a few small > problems. > > 1) embryo fails to build on ppc since it is big endian and > _embryo_byte_swap_16 and 

[E-devel] Debs for PPC/Sarge

2004-07-19 Thread Josh Lauricha
I was building some debs for PPC running Sarge (to use entrance). I ran into a few small problems. 1) embryo fails to build on ppc since it is big endian and _embryo_byte_swap_16 and _embryo_byte_swap_32 aren't defined. I just hacked them in (using byteswap.h) But, that was fixed by raster fri