Ticket #166 (fixed bug)
Censoring still doesn't work fully with utf-8
- Created: 2010-10-23 13:24:59
- Reported by: Reines
- Assigned to: Reines
- Milestone: 1.4.4
- Component: regex
- Priority: normal
History
Reines 2010-10-23 15:01:50

The solution is simply more complicated than using \p{L}, as support for unicode character properties wasn't added until 4.4.0/5.1.0, and we currently support 4.3.0. To use this solution we would need to increase the minimum supported PHP version.
Oldskool 2011-01-17 11:24:24

I think it's about time to start increasing the minimum PHP version anyway. 4.3.0 is REALLY old by now and has long passed it's end-of-life.