I asked AI Copilot regarding the current best practice for special characters and umlauts in SmartConsole.
It answers that it is still common best practice to stick to english and standard ASCII characters.
So I searched the cpm database for a special character 'ß' and found several entries as shown below.
How to deal with this? I would like to replace them. Does Check Point provide a script for this task?
[Expert@mgmt:0]# $FWDIR/scripts/search_postgres.sh -r -k -s ß
Searching for "ß" in cpm postgres |
schemaname | tablename | columnname | rowctid
------------+----------------------+----------------+-----------
public | abstractauditlogbase | instructions | (92,4)
public | accessctrlrule_data | comments | (1,2)
public | accessctrlrule_data | comments | (117,3)
public | accessctrlrule_data | comments | (609,2)
public | dleobjectderef_data | blobonlyinfo | (825,5)
public | dleobjectderef_data | fwset | (825,5)
public | dleobjectderef_data | objectoverview | (825,5)
public | dleobjectderef_data | tsdata | (2584,4)
public | dleobjectderef_data | varfields | (2584,4)
(9 rows)
