Re: Detecting/Decoding Unicode Text

2004-04-08 Thread gohaku
On Apr 7, 2004, at 9:13 AM, SADAHIRO Tomoyuki wrote: On Tue, 6 Apr 2004 18:05:32 -0400 gohaku <[EMAIL PROTECTED]> wrote: Hi everyone, I have some ( actually many ) records in a Database that I want to "clean" Some of these records contain Unicode Text ( Mostly East-Asian ) I have tried matching f

Re: Detecting/Decoding Unicode Text

2004-04-07 Thread SADAHIRO Tomoyuki
On Tue, 6 Apr 2004 18:05:32 -0400 gohaku <[EMAIL PROTECTED]> wrote: > Hi everyone, > I have some ( actually many ) records in a Database that I want to > "clean" > Some of these records contain Unicode Text ( Mostly East-Asian ) > > I have tried matching for "\W+" and "\S+" but that is not wha

Detecting/Decoding Unicode Text

2004-04-06 Thread gohaku
Hi everyone, I have some ( actually many ) records in a Database that I want to "clean" Some of these records contain Unicode Text ( Mostly East-Asian ) I have tried matching for "\W+" and "\S+" but that is not what I am looking for because I would like to keep "&" and "-" Thanks in advance. -go