We have moved to Github. Please open tickets there.

Opened 4 years ago

Closed 4 years ago

#757 closed Defect (fixed)

Tags do not handle UTF8 strings

Reported by: marcus Owned by:
Priority: high Milestone:
Component: Version:
Severity: major Keywords:
Cc: brettp Difficulty:

Description

For example, the following string :بحث في الصفحات العربي
leads to corrupt fields when entered into a tag field

Change History (2)

comment:1 Changed 4 years ago by marcus

Appears to be something to do with the saving of the data rather than its loading

comment:2 Changed 4 years ago by marcus

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:2705]) Closes #757: Removed strtolower as it is not UTF8 safe. See http://www.phpwact.org/php/i18n/utf-8 for further discussion.

Note: See TracTickets for help on using tickets.