On Fri, Nov 09, 2001 at 08:48:30AM -0600, [EMAIL PROTECTED] wrote: > Any suggestions on what the right way to deal with "surrogate" codepoints > in this algorithm? They should not occur in the data, but what if they do?
Just translate them from one encoding to the other normally. Unless you have a larger framework, then you can raise an exception or return an error as appropriate. -- David Starner - [EMAIL PROTECTED] Pointless website: http://dvdeug.dhis.org "I saw a daemon stare into my face, and an angel touch my breast; each one softly calls my name . . . the daemon scares me less." - "Disciple", Stuart Davis

