1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-28 22:52:54 +08:00

Fix typo in Windows/Unicode note

This commit is contained in:
Ben Hoyt 2017-07-10 11:52:55 -04:00 committed by GitHub
parent 3a4cd73f6e
commit 4b83b02311

View File

@ -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.