Jimmy,

In response to your mail of Monday 17 February 2003 at 18:54:02:

JH> My problem is the characters in spanish:

JH> example:

JH> Construcci�n (Data of MsSQL Server)
  
JH> Result in web with PHP:
JH> Construcci�n  


Are you aware of HTML codes like the following - some are the common
ones most people know, but there are some rarer characters too?

� ®        � ©       � ¡      � ¢       � £
� ¤     � ¥        � ¦     � §       � ¨
� ª       � «      � ¬        � ­        � ¯
� °        � ±     � ²       � ³       � ´
� µ      � ¶       � ·     � ¸      � ¹
� º       � »      � ¼     � ½     � ¾
� ¿     � ×      � Ø     � Þ      � ÷
� ø     � þ      � €       � Ð        � æ
� è     � é     � ç     � ü       � ö
& &        � ‘      � ’      " "       ' '
< &lt;         > &gt;         � &ndash;      � &mdash;


Maybe you can str_replace or strtr (or some other similar function) to
get your international characters in the MySQL data converted to HTML?


-- 
Best regards,
James.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to