On Mon, Oct 13, 2008 at 10:47 AM, Erik Corry <[EMAIL PROTECTED]> wrote: > Does it make sense to change mapping->get or introduce a new method so that > it never returns 0?
Not sure... > Are there no tricky cases where lowercasing an upper case letter results in > more than one letter? Probably, but all case conversions are handled by the same code so it doesn't make a difference which ways the strings are converted. I'll add a test though -- if nothing else then just to see if there are any example of such characters. > Should the test case cover a case where a character becomes 3 characters > when upper cased? I'll add one for completeness. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
