Aaron Crane <[email protected]> wrote: > I don't think this works for the wide-character case. For example, ....
Maybe just use the xor stuff for the single byte case and the more straightforward code for the multibyte case? Otherwise it sounds like we're asking for trouble. Also, maybe name the routines ..._other_case instead of just _other ? Thanks, Arnold
