Skip to content

Weird  characters everywhere #163

@kenrim626

Description

@kenrim626

Currently we are using your GraphQL.Server.Ui.GraphiQL package in a prototype for a graphql server application, but the GUI is filled by the character Â:

image

The same symbol is blinking at the position of the cursor.

While trying to find a way to fix this issue I tried to download your repository myself and added the following line to the header of server/src/Ui.GraphiQL/Internal/graphiql.cshtml:

<meta charset="UTF-8">

With the encoding set to the UTF-8 charset, the  characters disappeared. To do this manually is no really great solution as we have to change this on any update.

NPM package versions:
GraphQL v2.0.0
GraphQL.Server v1.1.0.1
GraphQL.Server.Ui.GraphiQL v3.2.0

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