UTL_FILE UTF-8 file encoding
I create and wirte to a file with UTL_FILE. This data is in UTF-8 (DB character set AL32UTF8). But when I open the created file in Notepad++ for instance it does not recognize it as UTF-8. When I indicate in Notepad++ that the encoding is UTF-8 to file is exactly as expected.
How do I write the file in Oracle so that it is automatically recognized as UTF-8?