I am using the Korean data to construct a workflow.
I use "String Replace(Dictionary)" Node.
when I use this node, What is the default encoding?
When I wrote the dictionary in ANSI, the result is normal.
On the other hand, when I wrote the dictionary in UTF-8, the result is abnormal. Character is broken.
this node uses the default encoding of KNIME. This depends on your operation system. You can set the default encoding in the knime.ini or in the preferences.
The better way to solve this is to use the Cell Replacer. This node has two inputs. To read the dictionary and create a knime table you can use e.g. the File Reader. In the dialog of this node you can specify the encoding.