Closed (fixed)
Project:
Glossary
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 09:12 UTC
Updated:
19 May 2008 at 16:36 UTC
Could you add some chars to the boundary check in "_glossary_is_boundary" function ?
(or a str_replace when setting $searchtext in "_glossary_insertlink")
1. ’
2. “
3. ”
4. ´
5. °
6. ®
Maybe this concerns utf8 characters and perhaps there are also other ones...
Thank you for your work!
Devis Lucato
Comments
Comment #1
nancydruI have no problem looking at this to see if I can do it. The big problem I see at the moment is that these characters can be typed in several different ways, not the least of which is as HTML entities.
Comment #2
Devis commentedIn my case these characters are present without html encoding, as is.
HTML encoding should be already supported because html codes start and finish with "&" and ";".
1) &34;keyword&34;
2) “keyword”
Case 1 should be already supported, but not case 2.
Comment #3
nancydruI'll raise you by ©¼½¾.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.