Welcome Guest, Not a member yet? Register   Sign In
looking for the Ñ
#1

[eluser]alebenson[/eluser]
hi!

im trying to find a latin character to strip but nothing WORKS!!!!
ive try everything i found..

the character is 'ñ'

i try:
Code:
$enie = htmlentities('ñ');
echo html_entity_decode($enie);

result: '?'
Code:
echo ord("ñ");
result: 241

echo chr(241);
result: '?'

Code:
print_r (get_html_translation_table(HTML_ENTITIES));

result:

Array ( [�] =>   [�] => ¡ [�] => ¢ [�] => £ [�] => ¤ [�] => ¥ [�] => ¦ [�] => § [�] => ¨ [�] => © [�] => ª [�] => « [�] => ¬ [�] => ­ [�] => ® [�] => ¯ [�] => ° [�] => ± [�] => ² [�] => ³ [�] => ´ [�] => µ [�] => ¶ [�] => · [�] => ¸ [�] => ¹ [�] => º [�] => » [�] => ¼ [�] => ½ [�] => ¾ [�] => ¿ [�] => À [�] => Á [�] => Â [�] => Ã [�] => Ä [�] => Å [�] => Æ [�] => Ç [�] => È [�] => É [�] => Ê [�] => Ë [�] => Ì [�] => Í [�] => Î [�] => Ï [�] => Ð [�] => Ñ [�] => Ò [�] => Ó [�] => Ô [�] => Õ [�] => Ö [�] => × [�] => Ø [�] => Ù [�] => Ú [�] => Û [�] => Ü [�] => Ý [�] => Þ [�] => ß [�] => à [�] => á [�] => â [�] => ã [�] => ä [�] => å [�] => æ [�] => ç [�] => è [�] => é [�] => ê [�] => ë [�] => ì [�] => í [�] => î [�] => ï [�] => ð [�] => ñ [�] => ò [�] => ó [�] => ô [�] => õ [�] => ö [�] => ÷ [�] => ø [�] => ù [�] => ú [�] => û [�] => ü [�] => ý [�] => þ [�] => ÿ ["] => " [<] => <  [>] => >  [&] => & )

how can i strip the 'ñ'?


Messages In This Thread
looking for the Ñ - by El Forum - 03-05-2008, 08:40 PM
looking for the Ñ - by El Forum - 03-06-2008, 01:37 AM
looking for the Ñ - by El Forum - 03-06-2008, 05:28 AM
looking for the Ñ - by El Forum - 03-06-2008, 08:47 AM
looking for the Ñ - by El Forum - 03-06-2008, 08:53 AM
looking for the Ñ - by El Forum - 03-06-2008, 10:11 AM
looking for the Ñ - by El Forum - 03-06-2008, 10:19 AM
looking for the Ñ - by El Forum - 03-06-2008, 01:40 PM
looking for the Ñ - by El Forum - 03-06-2008, 04:02 PM
looking for the Ñ - by El Forum - 03-07-2008, 01:17 AM
looking for the Ñ - by El Forum - 03-07-2008, 07:30 AM
looking for the Ñ - by El Forum - 03-07-2008, 07:35 AM
looking for the Ñ - by El Forum - 03-07-2008, 08:32 AM
looking for the Ñ - by El Forum - 03-07-2008, 08:52 AM
looking for the Ñ - by El Forum - 03-07-2008, 08:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB