Hello The problem is(in my opinion):
in transcript: "árbol" > "boca" -- mistake in other languages: "árbol" < "boca" the problem have repercussions on(Example): Sort lines of field "Glosario" if the text of field "Glosario" is: cuando caminemos te daré un beso bajo él árbol hasta_sacarte_un óvulo ñato the command sort return: --ERR bajo beso caminemos cuando daré hasta_sacarte_un te un árbol él ñato ￳óvulo When really should return: árbol bajo beso caminemos cuando daré él hasta_sacarte_un ñato óvulo te un The correct is: A < Á < a < á < .... N < n < Ñ < ñ < ... O < Ó < o < ó .... I hope that your understand my limited English. If the mistake is my, please say me!! ----------------------------------------- Revolution Email List in Espanish at: http://es.groups.yahoo.com/revolution_es/ ------------------------- Lic. Luis Rodríguez Oro Programador I N S T E D ------------------------- ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
