Wednesday 24 October 2018

Junk characters in FND Output fnd_file.put_line

Junk characters in Output file when working with non English languages (example: Korean, Japan, Chinese etc.) :

We use fnd_file.put_line(fnd_output,..) to print the data in the output file. We see that data in the DB looks alright  but when the user opens the output file he sees junk characters in the output.  One reason could be with the user's session language. To resolve the issue,  from user preferences set the user's session language according to the characters that you are expecting in the output. Log in and Log out and open the output file from the request window. Now everything should be fine.

No comments:

Post a Comment