You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an older postgres database (encoding = UTF8). In one of the fields ( a comment field type=text) there was an emoji of a rocket ship along with some text. The issue I ran into is using the data view the emoji did NOT display. In fact it appeared as nothing was in the field but text. This emoji became important because I do not allow characters not ascii (below 128) in another part of a program. I'm wondering if there was a way to display the emoji so would have realized it was there and then deleted it. dbeaver = 22.3.1 running on ubuntu 22.04 with openjdk 11.0.17
Johnf
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an older postgres database (encoding = UTF8). In one of the fields ( a comment field type=text) there was an emoji of a rocket ship along with some text. The issue I ran into is using the data view the emoji did NOT display. In fact it appeared as nothing was in the field but text. This emoji became important because I do not allow characters not ascii (below 128) in another part of a program. I'm wondering if there was a way to display the emoji so would have realized it was there and then deleted it. dbeaver = 22.3.1 running on ubuntu 22.04 with openjdk 11.0.17
Johnf
Beta Was this translation helpful? Give feedback.
All reactions