[
https://issues.apache.org/jira/browse/AXIS2C-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842535#action_12842535
]
S.Uthaiyashankar commented on AXIS2C-1451:
------------------------------------------
some details about Unicode to UTF-8 conversion can be found in
http://www.cl.cam.ac.uk/~mgk25/unicode.html
> XML numeric entities are not parsed by guththila
> ------------------------------------------------
>
> Key: AXIS2C-1451
> URL: https://issues.apache.org/jira/browse/AXIS2C-1451
> Project: Axis2-C
> Issue Type: Bug
> Components: guththila
> Affects Versions: 1.6.0, Current (Nightly)
> Environment: Axis2/C 1.6.0 with the guththilla reader/writer.
> Reporter: Olivier Mengué
> Assignee: S.Uthaiyashankar
> Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: AXIS2C-1451-1.6.0.patch, AXIS2C-1451_entities-svn.patch,
> guth_entity_bug.c, guth_entity_bug.c
>
>
> The guththila_token_evaluate_references function does not parse numeric
> entities such as A or A (which should map to the letter 'A').
> A test case is attached.
> Here is its output:
> 1..2
> not ok
> # input: <root>abcABdef</root>
> # got: <root>abc&#x41;&#x42;def</root>
> # expected: <root>abcABdef</root>
> not ok
> # input: <root>abcABdef</root>
> # got: <root>abc&#65;&#66;def</root>
> # expected: <root>abcABdef</root>
--
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: [email protected]
For additional commands, e-mail: [email protected]