Re: to_asci

2002-06-06 Thread Joel Rees
Hello to you too.

 i need function that will convert non-english characters ($Bwzpz\boq
(B
 to english.

What were those? Can you give us some idea what the language (character
encoding) and the values (code points) were?

 Some values in table contains non-english characters and i need search
 them. (via LIKE)
 
 In posgresql is function to_ascii.

http://developer.postgresql.org/docs/postgres/functions-string.html

At the bottom of the page,

The to_ascii function supports conversion from LATIN1, LATIN2, 
WIN1250 (CP1250) only.

I'm wondering if something like to_ascii() is really going to do what
you want. I'm guessing you would prefer auxilliary fields or tables, but
that is just my guess.

-- 
Joel Rees [EMAIL PROTECTED]

 sql,query,table


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


Re: to_asci

2002-06-06 Thread Chris Knipe
RANT, RAVE, SCREAM, MOAN, FLAME

Now, that screwed up allot of MUAs!!!




- Original Message - 
From: "Joel Rees" [EMAIL PROTECTED]
To: "Dvoracek Michal" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 07, 2002 6:17 AM
Subject: Re: to_asci


 Hello to you too.
 
  i

query


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


to_asci

2002-06-05 Thread Michal Dvoracek

Hello,

i need function that will convert non-english characters ()
to english.

Some values in table contains non-english characters and i need search
them. (via LIKE)

In posgresql is function to_ascii.

Regards
Michal Dvoracek  [EMAIL PROTECTED]

sql,query,table


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php