Re: special characters

2003-12-27 Thread Camilo Gonzalez
J.,

In my experience, the numeric escapes where available seem to be more 
universal between browsers.

J. Alejandro Ceballos Z. wrote:

I may try with nueric equivalents (like #046;) or htmlspecialchars() 
or htmlentities()

Octavian Rasnita wrote:

Hi all,

I want to create some web pages that use special characters for foreign
languages (romanian), like staîâSTAÎÂ.
Please tell me what can I do to make them show right in the visitors'
browser.
I've seen that if I just print them, they appear like a question mark
instead (?).
I've seen that other sites can print them right and I don't know how.

Is there an HTTP header I need to set?
Or are there any special Apache settings I need to make?
Thank you for your help.

Teddy,
teddy.fcc.ro [EMAIL PROTECTED]





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response



Re: special characters

2003-12-27 Thread Octavian Rasnita
I found the solution, but I needed to print the chr() for many ansi codes in
order to find the codes I need.

I can see that if I type alt+ a number in order to print its ansi code, it
prints a different char if I choose the keyboard for romanian.
I thought the ansi code is the same but the keyboard keys are mapped to
other chars if I choose another language, but I see that it is not true.

- Original Message - 
From: Camilo Gonzalez [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, December 27, 2003 5:46 PM
Subject: Re: special characters


 J.,

 In my experience, the numeric escapes where available seem to be more
 universal between browsers.

 J. Alejandro Ceballos Z. wrote:

  I may try with nueric equivalents (like #046;) or htmlspecialchars()
  or htmlentities()
 
 
  Octavian Rasnita wrote:
 
  Hi all,
 
  I want to create some web pages that use special characters for foreign
  languages (romanian), like staîâSTAÎÂ.
 
  Please tell me what can I do to make them show right in the visitors'
  browser.
  I've seen that if I just print them, they appear like a question mark
  instead (?).
 
  I've seen that other sites can print them right and I don't know how.
 
  Is there an HTTP header I need to set?
  Or are there any special Apache settings I need to make?
 
  Thank you for your help.
 
  Teddy,
  teddy.fcc.ro [EMAIL PROTECTED]
 
 
 
 



 -- 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 http://learn.perl.org/ http://learn.perl.org/first-response





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response