You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2013/11/01 07:09:17 UTC

[jira] [Resolved] (CONNECTORS-800) jdbc connecter handle CLOB not support for utf-8

     [ https://issues.apache.org/jira/browse/CONNECTORS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-800.
------------------------------------

    Resolution: Duplicate

> jdbc connecter handle CLOB not support for utf-8
> ------------------------------------------------
>
>                 Key: CONNECTORS-800
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-800
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JDBC connector
>         Environment: when there is non euro language characters in the database,for CLOB and LongVarchar 
>            Reporter: summersmile
>              Labels: cjk, jdbc, utf-8
>
> Dig into the code, it use  value = new TempFileInput(clob.getAsciiStream(),clob.length()); works fine for ascii character but does not handle the content as utf-8. The jdbc api support getCharacterStream but return a reader not stream,so maybe the way handle BLOG and CLOB should not the same. Hope could solved for CJK users. Thanks!



--
This message was sent by Atlassian JIRA
(v6.1#6144)