On Wed, Aug 11, 2004 at 04:16:48PM -0400, Dan Sugalski wrote:
: If it's that handy then someone can write a library routine. This 
: feels very much to be in the same category as running a 
: speech-to-text algorithm if you send WAV data to a text filehandle.

Well, you can write a library routine, but if you have to invoke it
in a separate pass it's not as efficient.

: Not going to happen. Charset conversion mismatches either throw an 
: exception or falls back to a default bogus character.

Seems to me that a reasonable compromise is merely to provide a way
to hook in a user-defined callback and leave it at that.  Then the
user can have whatever policy they like, and Dan doesn't have to
implement it.

Larry

Reply via email to