User bio
404 bio not found
Member since Sep 9, 2020
Replies:

I have to maintain a legacy module that receive as input a local global variable (eg: it's like a list).

ClassMethod Foo(ByRef ITEMS) { }

It's too risky to refactor it (eg: use something else) as it's used in LOT of places. 

I need in some case to add a extra item at the end of that "list".

Norman W. Freeman · Nov 5, 2025 go to post

I also did the following test : create a routine with "write $ascii("♥")" inside and call it from outside (eg: Studio console). It works (so server code also works).

However I have a IRIS server where write $ascii("♥") always return 63, even in code and Terminal. Is there a settings somewhere in portal for UTF-8 support ?
EDIT : I found where it's being defined, it's inside NLS (National Language Settings). 

The server has Latin1 defined, while the working local station has UTF-8. You can define different tables per category : for Terminal, Process, ...

Norman W. Freeman · Nov 5, 2025 go to post

write $ascii("♥") give me 63 (which is question mark). I'm running this in Studio output window (as for the OP).

Running this in terminal works !
I got expected result and thus same result as you.

Certifications & Credly badges:
Norman has no Certifications & Credly badges yet.
Followers:
Following:
Norman has not followed anybody yet.