Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Detecting character encoding from BLOB stream... (PLSQL)

PeterValencicNov 29 2012 — edited Nov 29 2012
I'am looking for a procedure/function which can return me the character encoding of a "text/xml/csv/slk" file stored in BLOB..

For example...
I have 4 files in different encodings (UTF8, Utf8BOM, ISO8859_2, Windows1252)...
With java I'can simply detect the character encoding with JuniversalCharDet (http://code.google.com/p/juniversalchardet/)...


thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2012
Added on Nov 29 2012
5 comments
7,032 views