Does anyone know of a unicode library that provides a versioned API? With "versioned API" I mean a method for the application to request that, e.g., unicode normalization is performed according to the rules specified in a specific Unicode version instead of simply the latest unicode version that the library implements.
Thanks.

