Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display and input of non-ASCII characters #97

Open
sebastian-r-schmidt opened this issue Dec 26, 2016 · 1 comment
Open

Display and input of non-ASCII characters #97

sebastian-r-schmidt opened this issue Dec 26, 2016 · 1 comment
Assignees
Labels

Comments

@sebastian-r-schmidt
Copy link

Hi, as I'm based in Germany I played around with non-ASCII characters like äöüß in commit messages with the following results on a Ubuntu linux machine using qgis 2.14.7 and geogig 1.0 with openjdk 1.8.111

  • Using geogig cli from the console, I can include non-ASCII chars into a commit message, and its displayed correctly when looking at the commit log.
  • When looking at the web API (JSON), the non-ASCII chars are exported in UTF8 Encoding (seems to be okay).
  • In the QGIS GUI the non-ASCII characters are displayed incorrectly. My single special non-ASCII char (as "ü") gets displayed as two chars.
  • When doing a commit using non-ASCII Chars in the commit message these make their way into the geogig repo correctly, as you can check using the geogig cli. from the console. But they are displayed incorrectly on the QGIS GUI (2 chars, as above).
@gioman
Copy link
Contributor

gioman commented Mar 23, 2017

@sebastian-r-schmidt seems ok here with the latest revision code:

screenshot_20170323_162044

screenshot_20170323_162048

screenshot_20170323_162058

@gioman gioman removed the bug label Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants