Bug 62902

Summary: &dol; is not translated correctly
Product: [Applications] konqueror Reporter: rand2342 <rand2342>
Component: khtml parsingAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description rand2342 2003-08-18 19:54:42 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

&dol; should be displayed as $ in KHTML (yes, this is an MS "extension")

Solution:
cd kdelibs/kdecore
Add "dol, 0x0024" to kentities.gperf
- gperf -a -L "ANSI-C" -C -G -c -o -t -k '*' -Nkde_findEntity -D -s 2 khtmlentities.gperf > entities.c
Comment 1 Dirk Mueller 2004-01-11 18:35:17 UTC
Subject: kdelibs/kdecore

CVS commit by mueller: 

adding &dol;
CCMAIL: 62902-done@bugs.kde.org


  M +736 -577  kentities.c   1.12
  M +2 -1      kentities.gperf   1.10