IRI Implementation  
Author Message
hb3Burgh





PostPosted: Common Language Runtime, IRI Implementation Top

I'm working on an application that needs to include support for Internationalized Resource Identifiers (RFC 3987) and the ability to switch between IRIs and URIs. I saw on Somasegar's blog [1] a reference to the System.Globaliztion.IdnMapping class and that this provides the ability to translate between ASCII URIs and Unicode IRIs (if I understand correctly) but that the System.Uri class does not use the IdnMapping class.

Is there a way to easily translate between the two without having to rewrite both the Uri and IdnMapping class in order to satisfy the specifications

I appreciate any help that can be provided.

Thanks,

Harris

[1] Somasegar's blog: http://www.hide-link.com/




.NET Development16