Ticket #1063 (new task)

Opened 1 year ago

Last modified 10 months ago

Test db backends with non ascii charsets

Reported by: uwe_grauer Assigned to: somebody
Priority: major Milestone: 0.8.3
Component: ui Version:
Keywords: Cc:

Description

We have to test various db backends with non ascii charsets.

Change History

(follow-up: ↓ 2 ) 05/08/07 14:06:23 changed by uwe_grauer

I tested the firebird backend (fb 2.0.1, kinterbasdb 3.3_pre_20070503, python 2.5, wxGTK 2.6.3.0, opensuse 10.2, dabo rev 3107) with a db created with UTF8 charset and connection-charset UTF8. Non-ascii characters did work as expected.

(in reply to: ↑ 1 ) 07/24/07 22:27:58 changed by paul

Replying to uwe_grauer:

I tested the firebird backend (fb 2.0.1, kinterbasdb 3.3_pre_20070503, python 2.5, wxGTK 2.6.3.0, opensuse 10.2, dabo rev 3107) with a db created with UTF8 charset and connection-charset UTF8. Non-ascii characters did work as expected.

I know that MySQL with latin-1 is working, and SQLite with utf-8 is working...