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

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

by William Lu -
Number of replies: 2
Picture of Particularly helpful Moodlers

Moving to Installing and upgrading help forum.

In reply to William Lu

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

by bell mars -

ok lets move smile 

In reply to bell mars

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

by Matteo Scaramuccia -
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