Skip to content

revisit URL field encoding #224

Open
@golnazads

Description

@golnazads

https://github.com/adsabs/export_service/blob/master/exportsrv/formatter/customFormat.py#L739

as per Dave Green [email protected]
'''
The & in the bibcode is not escaped with %/R, but I see that some
characters have been escaped in %/U ... but this has escaped the space
in "<A HREF=..." to "+", which is not correct I think as that space is
not in the URL itself, and the double quotation marks around the URL
have been change to "%23" (possibly again not correct?). But the "&" has
not been escaped to "%26".
'''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions