To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54440





------- Additional comments from [EMAIL PROTECTED] Sun Oct  2 08:50:55 -0700 
2005 -------
The following example change for gsl/shell/source/unix/misc/senddoc.sh solve
this problem. (For various factors, I can't make a patch right now.)

ATTACH="${ATTACH:-}${ATTACH:+ } $2"
-> ATTACH="${ATTACH:-}${ATTACH:+ } `echo $2 | iconv -f UTF8 -`"

Even so, it has some problems.

 1. Not every mail client can attach files which include multi byte characters.
 2. Not every Linux system have "iconv" command.

For the above reason, it is the best way that OOo change file names which
include non-ASCII characters into file names generated by number.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to