haiku/headers
Adrien Destugues 9bf4e99477 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.
2014-10-21 14:43:13 +02:00
..
build Forgot to fix LDBL_MIN... 2014-10-15 13:08:10 +02:00
compatibility histedit.h: Add missing #include <sys/cdefs.h> 2014-03-15 04:34:46 +01:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add another mssing string::compare prototype. 2014-01-17 10:00:32 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Fix infinite recursion in agg when drawing bezier with invalid points 2014-10-20 15:54:58 +02:00
os BUrl: IDNA ToUnicode and ToASCII conversions. 2014-10-21 14:43:13 +02:00
posix Revert "Add sys/ucontext.h" 2014-08-09 20:18:05 +02:00
private Radeon: fix warnings on 64bit. 2014-10-19 12:51:53 +00:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00