]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Ignore UTF-8 byte order mark
authorHeiko Hund <heiko.hund@sophos.com>
Mon, 4 Feb 2013 11:39:25 +0000 (11:39 +0000)
committerDavid Sommerseth <davids@redhat.com>
Wed, 6 Feb 2013 19:02:09 +0000 (20:02 +0100)
commit6e6f55f4ba5deda5649679a13e4e323e07b3e661
tree3a6fb076cbe485958ba213a34c34519862b2beef
parent607a678d371c56d368319b0a7a1bb147008d5822
Ignore UTF-8 byte order mark

Currently openvpn exits when reading configuration from a file
that has an UTF-8 byte order mark (EF BB BF) at its start.

While it is useless to put a BOM into UTF-8 encoded files, the
Unicode standard [1] permits it (on page 36):

  "Use of a BOM is neither required nor recommended for UTF-8,
  but may be encountered in contexts where UTF-8 data is converted
  from other encoding forms that use a BOM or where the BOM is
  used as a UTF-8 signature."

Notepad.exe, the default text editor on Windows, always puts the BOM
into UTF-8 encoded files when saving them. Others may do as well.

Just ignoring the UTF-8 BOM will make config files with UTF-8 BOM
readable.

[1] http://www.unicode.org/versions/Unicode5.0.0/ch02.pdf

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1359977966-31724-1-git-send-email-heiko.hund@sophos.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/7342
Signed-off-by: David Sommerseth <davids@redhat.com>
src/openvpn/options.c