mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-23 20:39:57 -06:00
rework database encoding settings and conversions
This commit is contained in:
@@ -117,12 +117,12 @@
|
||||
<widget class="QComboBox" name="encodingComboBox">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>UTF8 (Unicode)</string>
|
||||
<string notr="true">UTF-8</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Latin1 (8bit)</string>
|
||||
<string notr="true">UTF-16</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user