Re: [Audacity-devel] non-ascii labels
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Dominic M. <do...@au...> - 2006-08-22 10:35:21
|
On Aug 22, 2006, at 12:15 AM, Richard Ash wrote: > Leland wrote: >>> After rereading what I just wrote, it occured to me that I am >>> assuming that you are using an xml library to do the xml >>> parsing. But maybe Audacity does it's own (minimal) xml >>> parsing and doesn't understand encodings? >>> >> Yes, we are using expat and it only support a few encodings. The >> ones >> we'd use are UTF-8 and/or UTF-16. > It's also a very old version of expat that's bundled in the audacity > lib-src directory. Once 1.2.5 is out I intended to have a look at > how much > work was needed before we could move to the current expat. Actually one of the reasons I really like the old version of expat is that it's small and simple, it doesn't try to do too much. Expat 2.0 is twice as many lines of code! Does it actually provide us with any new features that we need? Of course, that's nothing compared to libxml2, which is more than 10x the number of lines of code! Holy cow, we could have more lines of code to parse XML than the rest of Audacity combined! Okay, expat 2.0 isn't looking that bad anymore! - Dominic > Richard > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Audacity-devel mailing list > Aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel |