[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mistake
From: |
reuss |
Subject: |
mistake |
Date: |
Tue, 01 Jul 2003 11:20:27 GMT |
User-agent: |
Pan/0.11.2 (Unix) |
it is a mistake, sorry
On Tue, 01 Jul 2003 13:03:45 +0200, reuss wrote:
> {
> abattre = (
> "legy\U0151z",
> "lel\U0151",
> lerombol,
> "m\U00e9rs\U00e9kel"
> );
> }
>
> ok, the dictionary shown in my precedent post works fine, but
>
> try this dictionary with
>
> [myDico findStringInKeys: @"abattre"];
>
> it will return:
> ("legy\U0151z", "lel\U0151", lerombol, "m\U00e9rs\U00e9kel",
> "legy\U0151z", "lel\U0151", lerombol, "m\U00e9rs\U00e9kel")
>
> BUT I DON'T UNDERSTAND WHY
> PLEASE HELP ME (AGAIN)
> THANKS
> ANDRAS