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


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to