From: Tijl C. <ti...@ul...> - 2003-04-26 16:28:37
|
I noticed a problem with variables that use special characters. ** (tilp:9610): WARNING **: Invalid UTF8 string passed to=20 pango_layout_set_text() A nice example of this is the TI83+ application Graph=B3, which has the=20 uppercase '3'. I haven't looked into fixing this yet, but likely we'll need some sort=20 of TI-ASCII to UTF8 converter. |
From: Julien B. <jb...@jb...> - 2003-04-26 16:34:21
|
Tijl Coosemans <ti...@ul...> wrote: > I noticed a problem with variables that use special characters. > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to=20 > pango_layout_set_text() > > A nice example of this is the TI83+ application Graph=B3, which has the= =20 > uppercase '3'. It's not uppercase but super-script or something alike :) > I haven't looked into fixing this yet, but likely we'll need some sort=20 > of TI-ASCII to UTF8 converter. This is handled in the latest libtifiles, maybe there's a bug in there. JB. --=20 Julien BLACHE <http://www.jblache.org>=20 <jb...@jb...>=20 |
From: Romain L. <rom...@wa...> - 2003-04-30 17:35:34
|
Hi, On Sat, Apr 26, 2003 at 06:29:21PM +0200, Tijl Coosemans wrote: > I noticed a problem with variables that use special characters. > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to > pango_layout_set_text() > > A nice example of this is the TI83+ application Graph³, which has the > uppercase '3'. > > I haven't looked into fixing this yet, but likely we'll need some sort > of TI-ASCII to UTF8 converter. > There is already a TI-charset to UTF8-charset converter in libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I can find one in the online PDF manual... > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain L. <rom...@wa...> - 2003-05-01 09:18:59
|
Hi, On Wed, Apr 30, 2003 at 07:35:24PM +0200, Romain Lievin wrote: > Hi, > > On Sat, Apr 26, 2003 at 06:29:21PM +0200, Tijl Coosemans wrote: > > I noticed a problem with variables that use special characters. > > > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to > > pango_layout_set_text() > > > > A nice example of this is the TI83+ application Graph³, which has the > > uppercase '3'. > > > > I haven't looked into fixing this yet, but likely we'll need some sort > > of TI-ASCII to UTF8 converter. > > > > There is already a TI-charset to UTF8-charset converter in libtifiles but for > TI89...V200. I haven't TI83+ char maps. Maybe I can find one in the online > PDF manual... > Unfortunately, I didn't find any one but there are char maps in the TI Link Guide... I'm going to fix this... > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > TiLP-devel mailing list > > TiL...@li... > > https://lists.sourceforge.net/lists/listinfo/tilp-devel > > roms. > -- > Romain Lievin, aka 'roms' <ro...@ti...> > The TiLP project is on <http://www.ti-lpg.org> > "Linux, y'a moins bien mais c'est plus cher !" > > > > > > > > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Tijl C. <ti...@ul...> - 2003-05-01 09:25:29
|
On Thu, 1 May 2003 11:18:46 +0200, Romain Lievin wrote: > > There is already a TI-charset to UTF8-charset converter in > > libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I > > can find one in the online PDF manual... > > Unfortunately, I didn't find any one but there are char maps in the TI > Link Guide... I'm going to fix this... There should be one in the sdk docs too. http://education.ti.com/downloads/pdf/us/sdk83pguide.pdf |
From: Romain L. <rom...@wa...> - 2003-05-01 09:55:38
|
Hi, On Thu, May 01, 2003 at 11:25:04AM +0200, Tijl Coosemans wrote: > On Thu, 1 May 2003 11:18:46 +0200, Romain Lievin wrote: > > > > There is already a TI-charset to UTF8-charset converter in > > > libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I > > > can find one in the online PDF manual... > > > > Unfortunately, I didn't find any one but there are char maps in the TI > > Link Guide... I'm going to fix this... > > There should be one in the sdk docs too. > http://education.ti.com/downloads/pdf/us/sdk83pguide.pdf > ok, thx. > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel BTW, did you request an CVS access to JB ? JB: do I need a login/pass for commits ? roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain L. <rom...@wa...> - 2003-05-01 14:49:25
|
Hi, I'm gonna to rewrite the translation layer. I discovered interesting informations in our TI Link Guide. The libtifiles will support all variables and charset with the TI8x calcs. thx, roms. On Thu, May 01, 2003 at 11:25:04AM +0200, Tijl Coosemans wrote: > On Thu, 1 May 2003 11:18:46 +0200, Romain Lievin wrote: > > > > There is already a TI-charset to UTF8-charset converter in > > > libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I > > > can find one in the online PDF manual... > > > > Unfortunately, I didn't find any one but there are char maps in the TI > > Link Guide... I'm going to fix this... > > There should be one in the sdk docs too. > http://education.ti.com/downloads/pdf/us/sdk83pguide.pdf > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain L. <rom...@wa...> - 2003-05-03 17:55:44
|
Hi, On Sat, Apr 26, 2003 at 06:29:21PM +0200, Tijl Coosemans wrote: > I noticed a problem with variables that use special characters. > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to > pango_layout_set_text() > > A nice example of this is the TI83+ application Graph³, which has the > uppercase '3'. > > I haven't looked into fixing this yet, but likely we'll need some sort > of TI-ASCII to UTF8 converter. > this should work fine now. I have completely reworked the translation layer. It supports all TI-charset and can convert to various charset (ASCII, Latin1 and Unicode UTF8). > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |