Saya ingin mengubah penyandian teks default yang digunakan oleh LibreOffice saat menyimpan dokumen sebagai dokumen teks. Di mana saya dapat menemukan pengaturan ini?
Saya ingin itu menjadi UTF-8 TANPA BOM, yang saya percaya disebut ASCII / AS di LibreOffice.
Aku tidak tahu bahwa ada teks dikodekan pilihan di mana Anda dapat (dalam teori, jika benar-benar bekerja) memilih pengkodean setiap file polos. Saya memiliki tiga masalah dengan ini:
- Itu tidak berfungsi dengan baik. Yaitu sebagian besar waktu itu tidak menampilkan sembulan di mana Anda dapat memilih pengkodean dan hanya menyimpan seolah-olah Anda memilih opsi Teks. Mungkin sekali dalam sepuluh percobaan itu menunjukkan munculan.
- I only edit plain text files and I use LibreOffice only for spellchecking (and counting words). All the files I will ever want to write should be UTF-8 encoded without the BOM, so I'd like to avoid wasting time everytime by manually selecting this option.
- If I have a file correctly encoded in UTF-8 without the BOM, and I then try to save it using, for example, Ctrl+S then the file will be automatically saved using the Text default encoding which saves the file as UTF-8 with BOM which breaks the file. LibreOffice should preserve the encoding of the file and save the file as UTF-8 without the BOM. Having to use Save As every single time is a real waste of time.
sumber
iconv
to remove the BOM. Or, write a complete solution in Python or Java. I could do it except that this website is not a code writing service, so instead this answer points toward possible solutions.