GnuCash
Contact   Instructions
Bug 796804 - Non-ASCII characters problem in Book Options
Summary: Non-ASCII characters problem in Book Options
Status: RESOLVED DUPLICATE of bug 796754
Alias: None
Product: GnuCash
Classification: Unclassified
Component: Business (show other bugs)
Version: 3.2
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: core
QA Contact: core
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-09 06:07 EDT by Jernej Cop
Modified: 2019-04-01 10:18 EDT (History)
6 users (show)

See Also:


Attachments
First picture is OK, second one with altered charactes. (89.13 KB, application/pdf)
2018-08-09 06:07 EDT, Jernej Cop
no flags Details

Description Jernej Cop 2018-08-09 06:07:03 EDT
Created attachment 372945 [details]
First picture is OK, second one with altered charactes.

Non ASCII characters in Bussines, Company Name, Address, Contact Person are changed when Apply or OK pressed. And then incorrect data goes to invoice....

See the attachment!
Comment 1 sphakka 2018-08-15 10:30:28 EDT
This also happens on GNU/Linux, GnuCash-3.1, mariadb-10.3.8. 

It looks like the backend DB data (mysql in my case) is correct. This is how to restore the value:

  mysql> update slots set string_val = "first addr  line
  second addr line
  third addr line" where name like "options/Business/Company Address";

(the collation of the relevant column looks correct: utf8_general_ci)

However the Book Options won't render UTF8 chars, so the bug seems to be on the GUI side.
Comment 2 Geert Janssens 2018-10-01 07:54:54 EDT

*** This bug has been marked as a duplicate of bug 796754 ***
Comment 3 Frank H. Ellenberger 2019-04-01 10:18:11 EDT
to be more precise

Note You need to log in before you can comment on or make changes to this bug.