Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6244

Closed
Open
Created Feb 04, 2014 by Administrator@rootOwner

Gitlab API REST encoding of non-ASCII characters wrong.

Created by: nudgegoonies

In the Gitlab 6.3.0 the non-ASCII characters are correctly rendered by the REST Api. In Version 6.5.1 they are not.

This is the output of the branches? function of Version 6.3.0:

{"name":"changes_for_eclipse","commit":{"id":"XYZ","parents":[{"id":"XYZ"}],"tree":"XYZ","message":"\"Unn\u00f6tiger\" cast hinzugef\u00fcgt der f\u00fcr den ...","author":{"name":"XYZ","email":"XYZ"},"committer":{"name":"XYZ","email":"XYZ"},"authored_date":"2013-10-25T10:31:53+02:00","committed_date":"2013-10-25T10:31:53+02:00"},"protected":false}

This is the output of Version 6.5.1:

{"name":"changes_for_eclipse","commit":{"id":"XYZ","parents":[{"id":"XYZ"}],"tree":"XYZ","message":"\"Unnötiger\" cast hinzugefügt der für den ...","author":{"name":"XYZ","email":"XYZ"},"committer":{"name":"XYZ","email":"XYZ"},"authored_date":"2013-10-25T10:31:53+02:00","committed_date":"2013-10-25T10:31:53+02:00"},"protected":false},

My environment is:

System:     Debian 7.1
Current User:   git
Using RVM:  no
Ruby Version:   1.9.3p194
Gem Version:    1.8.23
Bundler Version:1.1.4
Rake Version:   10.1.0

GitLab information
Version:    6.5.1
Revision:   9c8f584
Using LDAP: no
Using Omniauth: no

GitLab Shell
Version:    1.8.0
Git:        /usr/bin/git

Regards, Andreas

Assignee
Assign to
Time tracking