Arabic language from Oracle turns to ????? ?????

Re: Arabic language from Oracle turns to ????? ?????

by Matteo Scaramuccia -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Hi Bell,
what is the character set in your external Oracle DB?

SELECT VALUE
FROM NLS_DATABASE_PARAMETERS
 WHERE PARAMETER = 'NLS_CHARACTERSET'

How did you pass that character set from Oracle client to PHP? You should export it via NLS_LANG.

HTH,
Matteo