2

I've just installed SQL Workbench and tried to write a script, but the output appears all squarish, even though the UI itself is in English. Are there any ways to show the script in English? E.g. "SELECT * FROM table;"

Image: SQL script appears as squares

Configuration

  • Ubuntu with encoding "Unicode - UTF-8"
jarlh
  • 42,561
  • 8
  • 45
  • 63
Tan Wen Zhong
  • 93
  • 1
  • 6

1 Answers1

6

Found the solution, tested it and worked. Thanks to Ulrich and his provided link: stackoverflow.com/a/16702041/3340665

Steps

  1. In the Workbench, go to Toolbar > Edit > Preferences
  2. In Preferences, go to Fonts > SQL Editor > Set value as "Source Sans Pro 10"
  3. Restart Workbench
Tan Wen Zhong
  • 93
  • 1
  • 6