eclipse-encoding-plugin
eclipse-encoding-plugin copied to clipboard
UTF-8 encoding don't show BOM
If you have different UTF-8 encoding files with and without BOM the plugin open it correctly but it would not show in the status bar (is it a file with or without BOM) and you can´t add or remove this.
What is it extension of the file? Add it extension (ex: *.csv) to the "Text" in the content type preferences. If it is not in the preferences.
Preferences > General > Content Types > Text > File associations > add
I use *.txt files and the following files would not correctly identified. I have checked with an without Autodetected Set: Automaticly. Only the second one is correct, but if I remove the BOM I can't add it again.
test_UTF-8_BOM_DOS.txt test_UTF-8_BOM_UNIX.txt test_UTF-8_noBOM_DOS.txt test_UTF-8_noBOM_UNIX.txt
Thanks for the example file. When the number of characters is small, the juniversalchardet can not detect the encoding.
The detection of BOM depends on the Eclipse feature. Open the File Properties and check it. In the future, this plugin may detect BOM.
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.