Revision 881
Added by thorn about 16 years ago
charsets_table.php | ||
---|---|---|
391 | 391 |
"\xe0\xb9\x94"=>"\xf4","\xe0\xb9\x95"=>"\xf5","\xe0\xb9\x96"=>"\xf6","\xe0\xb9\x97"=>"\xf7","\xe0\xb9\x98"=>"\xf8","\xe0\xb9\x99"=>"\xf9","\xe0\xb9\x9a"=>"\xfa","\xe0\xb9\x9b"=>"\xfb" |
392 | 392 |
); |
393 | 393 |
|
394 |
// nicht enthalten > < ' ' " & |
|
394 |
// nicht enthalten > < ' ' " &
|
|
395 | 395 |
global $named_entities; |
396 | 396 |
$named_entities=array( |
397 | 397 |
'Á','á','Â','â','´','Æ','æ','À','à','ℵ', |
... | ... | |
421 | 421 |
'¥','Ÿ','ÿ','Ζ','ζ','‍','‌' |
422 | 422 |
); |
423 | 423 |
|
424 |
// nicht enthalten > < ' ' " & |
|
424 |
// nicht enthalten > < ' ' " &
|
|
425 | 425 |
global $numbered_entities; |
426 | 426 |
$numbered_entities=array( |
427 | 427 |
'Á','á','Â','â','´','Æ','æ','À','à','ℵ', |
Also available in: Unified diff
search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '