files:encoding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
files:encoding [2018/04/13 14:31] adminfiles:encoding [2018/10/04 17:14] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Preconditions ===== ===== Preconditions =====
  
-  - The file can have one encoding (same as code page). Encoding can be as Unicode ( UTF16 LE, BE (1200, 1201), UTF8 (65000) ) as not Unicode (for example 252 (Western European) etc). +  - The file can have one encoding (same as code page). Encoding can be Unicode ( UTF16 LE, BE (1200, 1201), UTF8 (65000) ) and not Unicode (for example 252 (Western European) etc). 
   - There are several places, where encoding conversion can be applied to document: Open, Save As, New, Search and Replace   - There are several places, where encoding conversion can be applied to document: Open, Save As, New, Search and Replace
   - The encoding can be selected/changed in File Open/Save dialog, via context menu or status bar, in Project Settings, in Tools->Options->Document settings, in syntax specification (here you can set as preferred encoding, as forced encoding). In addition to this HippoEDIT does an auto-detection of the encoding using different algorithms (Check BOM bytes, statistics test for UTF16 LE/BE, statistics test for UTF8, check by encoding strings and same checks as IE uses).    - The encoding can be selected/changed in File Open/Save dialog, via context menu or status bar, in Project Settings, in Tools->Options->Document settings, in syntax specification (here you can set as preferred encoding, as forced encoding). In addition to this HippoEDIT does an auto-detection of the encoding using different algorithms (Check BOM bytes, statistics test for UTF16 LE/BE, statistics test for UTF8, check by encoding strings and same checks as IE uses). 
-  - If encoding for document once changed by the user, this preference has priority over all the rest of settings. Preferences are machine specific but can be reset, if HippoEDIT temp files would be deleted or format of them would change in new version.+  - If encoding for document once changed by the user, this preference has priority over all the rest of settings. Preferences are machine specific but can be reset, if HippoEDIT temp files would be deleted or format of them would change in the new version.
  
 So, how all this works together (or designed to work  ) : So, how all this works together (or designed to work  ) :
Line 36: Line 36:
  
 ===== Search and Replace ===== ===== Search and Replace =====
-Search and Replace encoding uses same logic as for Open/Save file, just interactive selection of encoding, with Open/Save dialog, not available.+Search and Replace encoding uses same logic as for Open/Save file, but interactive selection of encoding, with Open/Save dialog, not available.
  
 ===== If there are problems ===== ===== If there are problems =====