Many Microsoft software rely on UTF-8 signature(BOM) to determine file encoding.
Missing BOM can lead to strange side effects that is hard to understand.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | csv_serialization-2859030-2-5-interdiff.txt | 1.12 KB | rosk0 |
| #5 | csv_serialization-2859030-5.patch | 1.68 KB | rosk0 |
Comments
Comment #2
rosk0Patch to introduce optional BOM support in encode operations.
My colleague currently working on patch for Views Data Export module to provide UI for this option.
Will link to the issue when patch will be posted.
Comment #3
undertext commentedPatch looks good and works for me.
Only one minor thing, maybe variable should be called $useUTF8Bom for more clarity.
Changing status to RTBC to get feedback from module maintainer.
Comment #4
hgoto commented+1 to RTBC. And I agree with @undertext as for the variable name. Thanks.
Comment #5
rosk0Changed property name as requested.
Comment #6
hgoto commented@RoSk0 thanks!
Comment #9
grasmash commented