--- Pierre <[EMAIL PROTECTED]> wrote: > De: Pierre <pierre.bernaert> > Date: Sam 1 mars 2003 09:20:33 Europe/Paris > �: Liste R�volution > <[EMAIL PROTECTED]> > Objet: Sort, Find, RawKeyDown ... / diacritical > problems. > > Hi everyone, > > I'm a french and i'm in the process of translating > major (For me) > applications written with Hypercard to RR 1.1. > > The main tools of some of them mainly relies on > "HyperText" approach. > > I found, using RR, that SORT and FIND commands > didn't work with words > having diacritical (Lettres accentu�es). > > Here is a small transcript which demonstrates what I > mean for sorting: > > On MouseUp > Put > "?uf,Elephant,El�phant,�lephant,�l�phant,�l�phant,Tigre," > into > OriginalValue > Put OriginalValue into SortedValue > Sort Items of line 1 of SortedValue > Answer "Original Value :" && OriginalValue & > return & "Sorted Value > :" && SortedValue & return & Return & "The > correct spelling in > french is '�l�phant or El�phant and ?uf', other > spellings are mistakes" > End MouseUp > > The result is : > ,Elephant,El�phant,Tigre,�lephant,�l�phant,�l�phant,?uf > > Observing what the result is for "Tigre" and "?uf" > shows what the > problem is ... > > > Too bad for the command Find , for example "Find > El�phant" will not > find �l�phant > > [snip] > > As far as I am concerned I don't see how to deal > with this, so my > question to the members of this list is > > Has some members an idea on how to solved this and > better has someone > made it work ?? > > Many Thanks >
Bonjour Pierre, This issue has come up in the past. The easiest solution is to use the 'international' clause: sort lines of tVariable international However, some people have reported strange results, so your mileage may vary. If it doesn't work, you can adopt a different technique, which I described in an earlier post. Here's the link: http://lists.runrev.com/pipermail/use-revolution/2002-September/008173.html Hope this helped, Jan Schenkel. PS: here's a handy link for using google to search the use-revolution archives : http://www.google.com/advanced_search?q=site:lists.runrev.com __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
