[Mono-list] xsp not able to run temperature.aspx from it's
testsuite ?
Dick Porter
dick@ximian.com
03 Dec 2003 17:02:18 +0000
On Wed, 2003-12-03 at 16:19, George Kodinov wrote:
> It's best demonstrated by the following program :
>
> string output, value = "";
> output = value.Replace ("\\", "\\\\");
I've fixed corlib to return "" when Replace is called on the empty
string.
> I also get some ICU warnings running the above program (not sure if it's
> relevant) :
> ** Message: : usearch_open error: U_ILLEGAL_ARGUMENT_ERROR
It is: ICU doesn't like searching through 0-length strings.
- Dick