บทวิจารณ์สำหรับ Markdown Viewer Webext
Markdown Viewer Webext โดย Cimbali
บทวิจารณ์โดย ผู้ใช้ Firefox 12813342
ได้รับการจัดอันดับ 5 จาก 5
โดย ผู้ใช้ Firefox 12813342, 7 ปีที่แล้วIf firefox does not correctly assume that your files are UTF-8 encoded, a possible solution (besides using a Byte Order Marker in your file, which is annoying for several reasons) is the following:
go to about:config and set the intl.charset.fallback.utf8_for_file variable to true. That worked for me.
This is related to the following bug report:
https://bugzilla.mozilla.org/show_bug.cgi?id=1071816
go to about:config and set the intl.charset.fallback.utf8_for_file variable to true. That worked for me.
This is related to the following bug report:
https://bugzilla.mozilla.org/show_bug.cgi?id=1071816
การตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วThank you for the feedback and for this tip! I have added it to the README, and the README is linked from the add-on options page.