Ask a Question related to Informix, Design and Development.
-
Laurie Gustin #1
Finding non-printing characters in data
HP-UX 11.0
IDS 9.21.HC4
Just wondering if there is a simple way to find non-printing characters
embedded in char fields.
I have tried to match on the hex characters but it is actually a
substring that I am looking for.
Is there a function to convert HEX back to character???
What I need is something like this (except this doesn't work...)
table1
( field1 char(10),
field2 char(100)
);
Select field1, field2
from table1
where field2 like (some Hex value);
I know I am way off. Any help would be appreciated.
THANKS!
Laurie Gustin
Utah Department of Public Safety
801-965-4410
[email]lgustin@utah.gov[/email]
sending to informix-list
Laurie Gustin Guest
-
Removing non-printing characters ...
Folks ... I have a pipe-delimited ASCII text file with a lot of different non-printing characters. Rather than try and figure out all the... -
Garbled/Stacked characters when printing
3.06 GHz Intel Core 2 Duo 10.5.5 Acrobat Pro 8 Have a sudden and perplexing problem this morning ... Went to print PDFs (which I've printed... -
Characters looking jumbled when printing
Hi Guys, we have recently sent a pdf file to a client which opens up fine for us and prints for us, when the client opens the file it looks great on... -
finding a characters number in a text field
charPosToLoc uses a number to define which character in the text field you are querying. I want to know what number char of line is in a text... -
Printing Polish characters - PROBLEM
Hi I have a problem with printing Polish characters under Solaris 8 I set Polish locale, and on X-Windows it prints OK But from the line it... -
Art S. Kagel #2
Re: Finding non-printing characters in data
On Tue, 29 Jul 2003 11:23:01 -0400, Laurie Gustin wrote:
The best way is to use a host language (like ESQL/C) and fetch the
strings into FIXCHAR type host variable and scan for non-printables in
the host language.
Art S. Kagel
> HP-UX 11.0
> IDS 9.21.HC4
>
>
> Just wondering if there is a simple way to find non-printing characters
> embedded in char fields.
> I have tried to match on the hex characters but it is actually a
> substring that I am looking for.
> Is there a function to convert HEX back to character???
>
> What I need is something like this (except this doesn't work...)
>
> table1
> ( field1 char(10),
> field2 char(100)
> );
>
>
> Select field1, field2
> from table1
> where field2 like (some Hex value);
>
>
> I know I am way off. Any help would be appreciated.
>
> THANKS!
>
>
>
> Laurie Gustin
> Utah Department of Public Safety
> 801-965-4410
> [email]lgustin@utah.gov[/email]
> sending to informix-listArt S. Kagel Guest



Reply With Quote

