You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Antonio Gallardo <ag...@agssa.net> on 2005/09/04 21:47:24 UTC

Re: svn commit: r278591 - in /cocoon/branches/BRANCH_2_1_X/src: blocks/proxy/java/org/apache/cocoon/generation/ blocks/woody/java/org/apache/cocoon/woody/ blocks/xsp/java/org/apache/cocoon/components/language/markup/ blocks/xsp/java/org/apache/cocoon/compo...

pier@apache.org wrote:

>Author: pier
>Date: Sun Sep  4 06:24:23 2005
>New Revision: 278591
>
>URL: http://svn.apache.org/viewcvs?rev=278591&view=rev
>Log:
>Removing unused imports
>
>Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/components/language/markup/xsp/XSPExpressionParser.java
> 
>@@ -213,7 +211,7 @@
>                     parser.setState(EXPRESSION_CHAR_STATE);
>                     break;
> 
>-                case '´':
>+                case '�':
>                     parser.append(ch);
>                     parser.setState(EXPRESSION_SHELL_STATE);
>                     break;
>@@ -237,10 +235,10 @@
>     protected static final State EXPRESSION_CHAR_STATE = new QuotedState('\'');
> 
>     /**
>-     * The parser has encountered '´' in <code>{@link EXPRESSION_STATE}</code>
>+     * The parser has encountered '�' in <code>{@link EXPRESSION_STATE}</code>
>      * to start a Python string constant.
>      */
>-    protected static final State EXPRESSION_SHELL_STATE = new QuotedState('´');
>+    protected static final State EXPRESSION_SHELL_STATE = new QuotedState('�');
>  
>
Please review this. I am not telling this is bad. Just wondering why the 
char change.

Best Regards,

Antonio Gallardo.