Re: [PHP] strtoupper and HTML entities

2001-12-23 Thread mweb
It works! thanks a lot, Michael!! mweb On Sunday 23 December 2001 00:41, Michael Sims wrote: > At 11:32 PM 12/22/2001 +0100, mweb wrote: > >Hello, > > > >I know I can convert a string to all uppercases with the strtoupper() > >function. However, what if the original string conta

Re: [PHP] strtoupper and HTML entities

2001-12-22 Thread Michael Sims
At 11:32 PM 12/22/2001 +0100, mweb wrote: >Hello, > >I know I can convert a string to all uppercases with the strtoupper() >function. However, what if the original string contains HTML entities? > >EXAMPLE: > >original string = "funkstörung" Try this: -- PHP General Mailing List (http://www.

[PHP] strtoupper and HTML entities

2001-12-22 Thread mweb
Hello, I know I can convert a string to all uppercases with the strtoupper() function. However, what if the original string contains HTML entities? EXAMPLE: original string = "funkstörung" contains lowercase o with dieresis (ö) properly displayed