unicode - turkish char comes as numerical code after oracle select of nclob field -
i have nclob field in database, use save data created using fck editor.
certain turkish characters displayed numerical codes after doing oracle select nclob field . example: Ç character becomes ç.
how can solve without having use text replacement?
who use data retrieved database after select? if displayed using fck editor, there should no problem.
otherwise, need use different encoding (i don't know fck editor don't know if possible).
or, need use different editor (other fck) read/write in proper encoding.
therefore, decide using data; is, software using display data coming nclob field (for example, microsoft word, notepad, or other application).
using application, create file contains turkish characters.
write file nclob field.
retrieve file , try display using same application.
make sure characters same , oracle has not transformed turkish characters.
if works well, use application store data nclob fields.
Comments
Post a Comment