I can't say correct answer to this, but want also notify that strtoupper() -function doesn't affect to those special charters å, ä and ö that are very common in Finnish language.
Ville -----Original Message----- From: Tommi Virtanen [mailto:[EMAIL PROTECTED]] Sent: 11. syyskuuta 2002 17:14 To: [EMAIL PROTECTED] Subject: [PHP] ucwords()? Hi! I'll try to convert field first char to upper by using ucwords(). Well, this doesn't seem to work correct. Well maybe error came, because that characteres are not standard (they are special characterers, finnish language). Example: $work_text = "perhepäivähoitaja"; $work_text = ucwords (strtolower ($work_text); print $work_name -> PerhepäIväHoitaja). Every char after finnish-ä is upper. How I can correct this error?? gustavus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php