You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Marcelo Lotif (JIRA)" <de...@tapestry.apache.org> on 2008/10/10 15:43:44 UTC

[jira] Commented: (TAPESTRY-2433) UTF8 characters are not supported in the autocomplete mixin

    [ https://issues.apache.org/jira/browse/TAPESTRY-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638555#action_12638555 ] 

Marcelo Lotif commented on TAPESTRY-2433:
-----------------------------------------

There's a quick fox for this, but i'm not sure if it's the best one:

class org.apache.tapestry5.util.TextStreamResponse, line 46:

 - return new ByteArrayInputStream(text.getBytes());
 + return new ByteArrayInputStream(text.getBytes("UTF-8"));


a workaround is to create the package inside your app(org.apache.tapestry5.util) copy this class and switch these lines.

> UTF8 characters are not supported in the autocomplete mixin
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-2433
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2433
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.12
>         Environment: Firefox 2.x
>            Reporter: José Paumard
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.0.14
>
>         Attachments: mixin.gif
>
>
> The array of String provided by the method called by the mixin is not transfered properly : the non-7 bits characters are lost.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org