Subversion Repositories wimsdev

Rev

Rev 13757 | Rev 13771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13757 Rev 13766
Line 861... Line 861...
861
  {"&lt;","<"},
861
  {"&lt;","<"},
862
  {"&gt;","<"},
862
  {"&gt;","<"},
863
  {"&quot;","\""},
863
  {"&quot;","\""},
864
  {"&para;","§"},
864
  {"&para;","§"},
865
  {"&copy;","©"},
865
  {"&copy;","©"},
866
  {"&nbsp;"," "},
866
  {"&nbsp;","\~"},
867
  {"&euro;","euro"},
867
  {"&euro;","euro(s)"},
868
  {"&#44;",","},
868
  {"&#44;",","},
869
  {"&#59;",";"},
869
  {"&#59;",";"},
870
};
870
};
871
 
871
 
872
#define thesymbs_no (sizeof(htmlsymbs)/sizeof(htmlsymbs[0]) - 1)
872
#define thesymbs_no (sizeof(htmlsymbs)/sizeof(htmlsymbs[0]) - 1)