Searched hist:"9 bf4e994771d86bafbd15f0eb0e91ff1d482c7ce" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/net/service/ |
H A D | UrlTest.cpp | 9bf4e994771d86bafbd15f0eb0e91ff1d482c7ce Tue Oct 21 12:39:43 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> BUrl: IDNA ToUnicode and ToASCII conversions.
* Since DNS are normally restricted to ASCII, the use of UTF-8 in domain names is implemented using a "punycode" encoding. * The request to the DNS server must be sent with the ASCII representation of the domain name, however the Unicode one should be used for user-visible parts. * ICU provides an implementation of the conversion, which we use here. * Conversion is currently done in-place and modifies the BUrl object (this is similar to UrlEncode/UrlDecode). * Adjust existing IDN test to make use of these methods. It's passing now.
|
/haiku/src/kits/network/libnetapi/ |
H A D | Jamfile | 9bf4e994771d86bafbd15f0eb0e91ff1d482c7ce Tue Oct 21 12:39:43 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> BUrl: IDNA ToUnicode and ToASCII conversions.
* Since DNS are normally restricted to ASCII, the use of UTF-8 in domain names is implemented using a "punycode" encoding. * The request to the DNS server must be sent with the ASCII representation of the domain name, however the Unicode one should be used for user-visible parts. * ICU provides an implementation of the conversion, which we use here. * Conversion is currently done in-place and modifies the BUrl object (this is similar to UrlEncode/UrlDecode). * Adjust existing IDN test to make use of these methods. It's passing now.
|