Hi there, i'm change to another server using php 5.1.6 and mysql 5.0.27
I try using:
/ALT-([\w]+)/
/ALT-([\p]+)/
/ALT-([\pL]+)/
/ALT-([\p{L}]+)/i
/ALT-([\p{L}]+)/iu
I can't associate any char with utf-8 chars like alt "Târner" with public note "ALT-Tärnêr" to main "Tärnêr".
What can do to get correct results with regex ?
(Sure its a PleegWat post thanks for your time)