TablePlus / TablePlus

TablePlus macOS issue tracker
https://tableplus.com
3.34k stars 56 forks source link

Cyrillic symbols aren't shown in the table #3292

Closed VadimMuhtarov closed 1 month ago

VadimMuhtarov commented 1 month ago
Screenshot 2024-05-06 at 21 36 51
  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): Oracle 19

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Version 6.0.0 (551), Sonoma 14.4.1 (23E224)

  3. The steps to reproduce this issue: Open any table with Cyrillic symbols, "?" will be shown instead of actual letters

huyphams commented 1 month ago

Hi @VadimMuhtarov You could change the settings here and see how it goes?

Screenshot 2024-05-07 at 1 42 59 AM
VadimMuhtarov commented 1 month ago

It helped, thanks!

VadimMuhtarov commented 2 days ago

@huyphams Hi again. On the latest beta build for ARM I can't set any other encoding, "Default" is always chosen after restart and I get "Decode error" in the table

huyphams commented 2 days ago

Hi @VadimMuhtarov can you give me an example of the table creation so I can test the new encoding? Thanks

VadimMuhtarov commented 2 days ago

-- Create table CREATE TABLE names ( name VARCHAR2(50) );

-- Insert values INSERT INTO names (name) VALUES ('Альмира'); INSERT INTO names (name) VALUES ('Асхат');