Wrong Sorting in arabic alphabets

2002-08-31 Thread ÚÈÏ
> Wrong Sorting in arabic alphabets > > Hi, > > This bug is for Arabic alphabets. > > I am using mysql 32.23.52 under winxp > > The error is : > > When sorting a table ASC it puts the letter (mem > ãíã) > in the top. > > The letter (mem ãíã) is the 24 alphabets > > Exampl

Wrong Sorting in arabic alphabets

2002-08-31 Thread ÚÈÏ
Wrong Sorting in arabic alphabets Hi, This bug is for Arabic alphabets. I am using mysql 32.23.52 The error is : When sorting a table ASC it puts the letter (mem ãíã) in the top. The letter (mem ãíã) is the 24 alphabets Example 1 – ÌÑíÑ (first letter is jeem – Ìíã - number 5 in the al

ignoring in ORDER

2002-02-12 Thread ÚÈÏ
Hi, Can Mysql ignore alphabet , like 'the' when ORDERING a name. A sample : I have a table (first_name) : - The test. - Falcon - The Armageddon - Battle When ordering it will be : Battle Falcon The Armageddon The test. Can it be like this : The Armageddon Battle Falcon The

ignoring in ORDER

2002-02-09 Thread ÚÈÏ
Hi, Can Mysql ignore alphabet , like 'the' when ORDERING a name. A sample : I have a table (first_name) : - The test. - Falcon - The Armageddon - Battle When ordering it will be : Battle Falcon The Armageddon The test. Can it be like this : The Armageddon Battle Falcon The