Ticket Change Details
Not logged in
Overview

Artifact ID: 3a0b278714c2e73904bae360f64556c9a86eb9be
Ticket: 6e6359698eb3931b62bede4b14bec6a54e9d2d01
Using plugin to convert HTML to UTF-8 (exceptions)
User & Date: tinus 2019-05-01 06:45:31
Changes

  1. icomment:
    Salut,
    
    If your main concern is converting pages from ISO-8859-1 to UTF-8, I think you’d better open the page in Notepad++, and actually convert the page’s encoding to UTF-8 (using the "Convert / Convert to UTF-8" menu item), instead of escaping all the entities.  Nowadays, the only entities that need to be escaped in text are <, >, and & (and in attributes: " and ').
    
    I also have a command-line tool ‘ConvertCharset’, that can be used for conversion from any encoding to any other encoding:
    [https://fossil.2of4.net/mc_tools/doc/trunk/README.md#ConvertCharset]
    
  2. login: "tinus"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Works_As_Designed"
  6. status changed to: "Deferred"
  7. subsystem changed to: "Entity replacement"