| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Variable value is gone
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
![]() |
![]() |