Changeset 9054
- Timestamp:
- 11/26/07 13:05:30 (12 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.3-bugfixes/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.3-bugfixes/src/gajim.py
r8955 r9054 1792 1792 # basic matches that may occur earlier 1793 1793 emot_and_basic_pattern = basic_pattern + emoticons_pattern 1794 self.emot_and_basic_re = re.compile(emot_and_basic_pattern, re.IGNORECASE) 1794 self.emot_and_basic_re = re.compile(emot_and_basic_pattern, 1795 re.IGNORECASE + re.UNICODE) 1795 1796 1796 1797 # at least one character in 3 parts (before @, after @, after .)
