Ticket Change Details
Not logged in
Overview

Artifact ID: da57fde22aec573ad3bcb99b82e6c3d9b6dbdf54
Ticket: 623eb98079e18fa52e7134efce2f81d6c24d4430
Converting to Named Entities (Newbie Question)
User & Date: tinus 2019-05-23 12:44:44
Changes

  1. icomment:
    Hi,
    
    First of all, you shouldn't need to use named entities anymore nowadays, apart from &amp;, &lt;, &gt; (and &apos; and &quot; inside attributes). It's preferable to save your HTML document in UTF-8, and specify that as charset; either in the Content-Type header, or by specifying <meta charset="utf-8" /> at the top of the <head> section of your page. (UTF-8 supports all Unicode characters, therefore there is no need to escape them).
    
    However, if you really want named entities, then read on.
    
    I can think of two causes for the plugin not converting named entities:
    
    1. Your document could be set to be XML. XML does not support named entities (apart from those mentioned above), so the plugin doesn't use them. To get named entities, use Notepad++'s Language menu to choose HTML. 
    
    2. The plugin can't find the file containing the entity definitions, HTMLTag-entities.ini.
    
    The plugin expects that file in its "Config" folder. You can check where that is located using the plugin's About window, via the Plugins menu, HTML Tag, About...
    
    Copy the file HTML-entities.ini, and paste it into the Config folder mentioned there.
    
    The file can be found at the following location:
    https://fossil.2of4.net/npp_htmltag/artifact?filename=dat/HTMLTag-entities.ini&ci=trunk
    Press the [Download] button on that page to download the file.
    
  2. login: "tinus"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Workaround"
  6. status changed to: "Closed"
  7. subsystem changed to: "Entity replacement"