From: Colin P. A. <co...@co...> - 2007-07-26 09:32:49
|
I am going to add valid_utf16le and make_from_utf16le routines. A very straight-forward implementation would be to pass Little_endian + argument to valid_utf16 and make_from_utf16 respectively. However, as this involves creating a temporary, which could be large and costly, my feeling is to forget about code sharing and write the implementations out in full. -- Colin Adams Preston Lancashire |