Tuesday, April 5, 2011

URL parsing library with IDN support

Hello!

Is there any good plain C (or at least C++) library for parsing URL's that also supports IDN, so that it can easily parse url like http://президент.рф/

From stackoverflow
  • There's Google URL, which is a C++ library for parsing and canonicalizing URLs. It supports UTF-8 and UTF-16 encoded URLs using the ICU library.

0 comments:

Post a Comment