Hi,
I need to create a simple script to replace
When I create a filter in vi to later be called using
the £ character is translated to \xc2\xa3 in the vi file
Could someone please help me find a way ?
I tried adding the following in /home/username/.login_config but without positive outcome
I need to create a simple script to replace
£
characters for £
.When I create a filter in vi to later be called using
find httpdocs/ -type f -name '*.shtml' -exec sed -i .bak -f sedcmd.txt {} \+
the £ character is translated to \xc2\xa3 in the vi file
Could someone please help me find a way ?
I tried adding the following in /home/username/.login_config but without positive outcome
Code:
me:\
:charset=UTF-8:\
:lang=en_GB.UTF-8:\
:setenv=LC_COLLATE=C:
~