Issue
Exporting to a UNC path causes Mp3tag to write a literal "\t" (bytes 5C 74) instead of a TAB (09) when using $char(9).
Exporting to a local path or to a mapped network drive works as expected.
Export using the configuration above, changing only OUTPUTPATH:
A) Local: C:\Temp\mp3tag_bugreport\mp3_www.tsv -> OK
B) Mapped: S:__kv\mp3tag_exports\mp3_www.tsv -> OK
C) UNC: \DS1819\Songs__kv\mp3tag_exports\mp3_www.tsv -> NOT OK
Do NOT open the output file after export
Verify with PowerShell: Format-Hex -Path -Count 120
Expected result
TAB byte 09 between columns for all output paths.
Actual result
Local path: TAB works (file shows separate columns).
Mapped drive: TAB works (file shows separate columns).
UNC path: output contains literal backslash+t (5C 74) between columns.
I just created an export file on my Fritzbox with the sample script - and the tab character appears like expected:
This is what the export script looks like: