Remove Windows-specific notes covered by c++utilities

This commit is contained in:
Martchus 2021-05-31 20:40:03 +02:00
parent 9da53e6d82
commit 72631f5110
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@ It also allows to inspect and validate the element structure of MP4 and Matroska
## Text encoding, Unicode support ## Text encoding, Unicode support
The library is aware of different text encodings and can convert between different encodings using iconv. The library is aware of different text encodings and can convert between different encodings using iconv.
### Windows specific
A workaround to support filenames containing non-ASCII characters (despite the lack of an UTF-8
supporting `std::fstream` under Windows) can be enabled by adding `-DUSE_NATIVE_FILE_BUFFER=ON`
to the CMake arguments **when building `c++utilities`**. It is *not* sufficient to specify this
option only when building `tagparser`.
## Usage ## Usage
This example shows how to read and write tag fields in a format-independent way: This example shows how to read and write tag fields in a format-independent way: