We're having trouble pulling in Japanese characters into a DCR drop-down field from an Oracle database. The characters are fine in the database table but in the DCR drop-down they appear as ?????. [PHP] [/PHP]
I do not know how well numeric entities may work in DCR drop-downs though, never tried.
I got it to work with the inline API.
1) [color=#1f497d]added this before database access:
2) [color=#1f497d]added this before output:
added this before output:binmode(STDOUT, ":utf8");