| 
		 Mantis - Quercus 
	 | 
|||||
| Viewing Issue Advanced Details | |||||
| 
		 | 
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | 
| 3131 | minor | always | 12-06-08 16:43 | 01-04-09 15:44 | |
| 
		 | 
|||||
| Reporter: | koreth | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 3.2.1 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.0 | ||
| 
		 | 
|||||
| Summary: | 0003131: preg_match doesn't support Unicode character classes | ||||
| Description: | 
		<?php $text = "\xD8\xB6"; // Arabic letter "dad" in UTF-8 encoding print preg_match('/[\p{Arabic}]/', $text) ? "match" : "no match"; This prints "match" in vanilla PHP and "no match" in Quercus.  | 
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
| 
		 | 
|||||
		
  | 
	
		
  | 
||||
| 
		 | 
|||||
		
  | 
	
		
  | 
||||