Hello,

You may need to make sure the JAVA_OPTS environment variable is set to 
force UTF-8 encoding.

In particular, you want to make sure you have the following in your 
JAVA_OPTS environment variable:

"-Dfile.encoding=UTF-8"

If you are running filter-media via a cron job (in Unix/Linux), then 
you'll want to make sure this is also set at the *top* of your crontab:

JAVA_OPTS=-Dfile.encoding=UTF-8

That should force Java to use UTF-8 encoding.  I think that may resolve 
your full text issues, but let us know whether it works for you.

- Tim

On 12/20/2010 2:00 AM, Nguyen Hung Thanh wrote:
> Hi all,
> I install Dspace, My collection have *vietnamese *document  with special
> charactor: *e, é, ề, ú, ù, ữ, ỗ ...*
> When I run command *Dspace filter-media* to Index fulltext in Dspace,
> It's Ok.
> But all character eg: e, é, ề, ú, ù, ữ, ỗ ... becom *?, ? ?*
> How to resole this problem?
> Please help me.
> Thanks..
>
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to