Function utf8_bad_find
Locates the first bad byte in a UTF-8 string returning it's byte index in the string PCRE Pattern to locate bad bytes in a UTF-8 string Comes from W3 FAQ: Multilingual Forms Note: modified to include full ASCII range including control chars
		
		Package: utf8
See: http://www.w3.org/International/questions/qa-forms-utf-8
Located at vendor/joomla/string/src/phputf8/utils/bad.php
	
	See: http://www.w3.org/International/questions/qa-forms-utf-8
Located at vendor/joomla/string/src/phputf8/utils/bad.php
Parameters summary
| string | $str | 
Return value summary
| 
			mixed
		 | integer byte index or FALSE if no bad found | 
