Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: Character Encoding issue at 'Execute SQL' panel #4007

@kiflay

Description

@kiflay

What did you do?

I am trying to execute some query using 'Tigrinya' a language that has different characters like 'ሀ፣ለ፡ሐ'
so when i write the query using the charachters like 'ረሰገቭ' it is shown empty like the one shown on the picture.

Image

INSERT INTO Proverbs(ProverbId, Text)
VALUES (1, " ")

What did you expect to see?

I was expecting to see like the below, where the characters are displaying correctly instead of blank where i can execute the insert
INSERT INTO Proverbs(ProverbId, Text)
VALUES (1, "ረሰገቭ")

What did you see instead?

INSERT INTO Proverbs(ProverbId, Text)
VALUES (1, " ")

DB4S Version

3.13.1

What OS are you seeing the problem on?

Windows

OS version

No response

Relevant log output

Prevention against duplicate issues

  • I have searched for similar issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions