Bug 62902 - &dol; is not translated correctly
Summary: &dol; is not translated correctly
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-18 19:54 UTC by rand2342
Modified: 2004-01-11 18:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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