Button Bar: UTF-8 list file w/o BOM
Posted: 2014-04-04, 14:53 UTC
I'm not sure if this has already been suggested (a quick search didn't found anything),
but I would like to have a BOM-less UTF-8 list file for the Button Bar (i.e. besides the %UL and %UF we have now).
I already mentioned it here (in german) some time ago,
which demonstrates the use with cmd.exe where the BOM hinders batch processing.
I'm writing my own programs which get started by the Button Bar and a list file,
where I have to filter the BOM manually every time.
The BOM for UTF-16 files makes sense, but for UTF-8 it's not that common to put it,
since nearly all modern parsers recognize UTF-8 sequences w/o BOM (this includes TC's compare by content !)
I think it would be trivial to add this feature, the only major task would be to find another parameter name.
(Suggestion: %uL, %uF - lower case u)
but I would like to have a BOM-less UTF-8 list file for the Button Bar (i.e. besides the %UL and %UF we have now).
I already mentioned it here (in german) some time ago,
which demonstrates the use with cmd.exe where the BOM hinders batch processing.
I'm writing my own programs which get started by the Button Bar and a list file,
where I have to filter the BOM manually every time.
The BOM for UTF-16 files makes sense, but for UTF-8 it's not that common to put it,
since nearly all modern parsers recognize UTF-8 sequences w/o BOM (this includes TC's compare by content !)
I think it would be trivial to add this feature, the only major task would be to find another parameter name.
(Suggestion: %uL, %uF - lower case u)