From 4b83b023117c37aebc30b6fd8d3467f9fcf0a083 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Mon, 10 Jul 2017 11:52:55 -0400 Subject: [PATCH] Fix typo in Windows/Unicode note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3639190..903c10b 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,4 @@ Some differences between inih and Python's [ConfigParser](http://docs.python.org ## Platform-specific notes ## -* Windows/Win32 uses UTF-16 filenames natively, so to handle Unicode paths you need to call `_wfopen()` to open a file and then `ini_parse_file()` to parse it; inih does not include and `wchar_t` or Unicode handling. +* Windows/Win32 uses UTF-16 filenames natively, so to handle Unicode paths you need to call `_wfopen()` to open a file and then `ini_parse_file()` to parse it; inih does not include `wchar_t` or Unicode handling.