The "§" sign can be encoded as different byte values depending on the encoding the component uses ("code page" is another term you might be familiar with).
You have to find out (and make the same) all the different places where the encoding matters:
My suggestion is to pull all places to input and output Unicde encoded as UTF-8, but that is not always possible. But at least declare in your ETL scripts and every place that reads or writes data what encoding is expected on input and what encoding is created on output.
In reply to Re^3: When using § symbol am not getting any value
by Corion
in thread When using § symbol am not getting any value
by sudhakar1k
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |