question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with diacritics on v.2.4.0

See original GitHub issue

Hi, recently I upgraded from v.2.2.1 to v.2.4.0 and now I have a problem with diacritics. Here is a part of an output from stored procedure on v.2.4.0:

{ 
      ID: '1',
      NAME: 'PRANJI�',
      ADDRESS: 'ZAGREBA�KA',
      NAME_OLD: '�OLA',
}

and the same output on v.2.2.1:

{ 
      ID: '1',
      NAME: 'PRANJIĆ',
      ADDRESS: 'ZAGREBAČKA',
      NAME_OLD: 'ŠOLA',
}

Is there any fix for this? Thank you.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
bimalkjhacommented, Sep 17, 2018

@ljerka Please set system environment variable “DB2CODEPAGE=1208” and then restart the Data Studio to verify and share result. Thanks.

1reaction
bimalkjhacommented, Jul 4, 2018

Ok. Looking into details. thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linux accent usage sometimes blocks further input #2577
The problem started with version 2.4.0 and is still present in 2.5.0. Any accent ' ` ^ ~ blocks the keyboard until leaving...
Read more >
Bug #1980944 “Searching titles and artists with accents and diac ...
Mixxx version: 2.3.3 OS version: MacOS 12.4 I have a lot of files with accents and diacritics (Spanish songs) and this causes some...
Read more >
c# - Cannot Change Accent Color for WASM on Uno 2.4
The accent color on WASM do not match with UWP version which defined in App.xaml. It should be. How can I fix this?...
Read more >
Error after pip3 install --upgrade -e - Mozilla Discourse
It seems, if I want to get DeepSpeech to transcribe anything that isn't in English, I first have to train a model for...
Read more >
QtitanRibbon Changelog | QtitanComponents
Fixed: Fixed a lot of small errors in drawing of ribbon bar and issue with initializing the ribbon widgets palette by the office...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found