Summary: | limit on string's in emoticons.xml? | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Martin Matusiak <juventuz2000> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 0.11.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Matusiak
2006-07-26 00:28:02 UTC
It turns out my diagnosis was incorrect. There doesn't seem to be a limt on the number of emoticons (at least not in the latest Kopete 0.12.2). The error I encountered was caused by a parsing but in emoticons.xml. One of the emoticon strings I had was '<:o)', and this would confuse the xml parser and halt the parsing, leaving the rest of the emoticon strings unread. As far as I can see, there is no way to escape the first character < either, so strings containing these characters just can't be used. Replacing '<' with '>' doesn't help ? At first I thought it didn't, but now that I just tried it to verify, it works. I don't know if there have been any changes in kopete, but at least with 0.12.2 it seems to work well. Which would mean that this issue is now completely resolved. |