Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Variable value is gone

Re: Variable value is gone

From: Zephyr <p.neumann_at_ids-scheer.de>
Date: Thu, 30 Jun 2005 16:03:20 +0200
Message-ID: <42c3fc9e$0$20189$4d4ebb8e@read-nat.news.de.uu.net>


OK,

I found the problem, it was because of

Content-Type: text/plain; charset="utf-8"

for special characters, you need a UTF8 conversion for localized chars that always start by a = sign inside the message body or header.

This is the case in my code at this line:

'Number of items = ' || v_msgitem

Changing to

v_msgitem || '# number of items'

solves the problem.

Just in case that someone faces the same problems.

Thanx
Patrick Received on Thu Jun 30 2005 - 09:03:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US