473,387 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

é <--> é

How can I avoid 'é' where é should be shown?

The problem exists when I do this date format:

setlocale(LC_ALL,'fr_FR.UTF-8');

list($year,$month,$day) = split('-',$datefield);

echo strftime("<td>%A</td><td>%e</td><td">%B</td>",
mktime(0,0,0,$month,$day,$year));
I also tried 'fr_FR.ISO8859-1'.
Nov 30 '06 #1
0 1147

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.