Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 16:41:16 -0400
From:      Dave Vasilevsky <dave@vasilevsky.ca>
To:        freebsd-wireless@freebsd.org
Subject:   [PATCH] Allow ndisgen to work without libiconv port
Message-ID:  <CAAoseZSA=E-WJV4s9gjWNJwJfoX-WtVLMN4jD8s84XvaazURrA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Currently, ndisgen refuses to process UTF-16 .inf files unless
libiconv is installed. Unfortunately, if you need ndis you probably
don't have a net connection, which makes it hard to get libiconv.

This patch works around the problem by integrating a very small UTF-16
to UTF-8 converter into ndiscvt. It auto-detects UTF-16 encoding, so
it should Just Work on any .inf file.

http://www.freebsd.org/cgi/query-pr.cgi?pr=179285

I'd appreciate testing against various .inf files, to ensure it's
working right. Code review would also be great, especially by anyone
with a commit bit :)

Cheers,
Dave



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAoseZSA=E-WJV4s9gjWNJwJfoX-WtVLMN4jD8s84XvaazURrA>