Aim
I just need to write text to a unicode file but it doesn't seam to be that easy.
The result should be exactly the same as when I open a notepad, enter the following text and save it with unicode encoding:
ä
öü
Attempt
My attempt, to write to an already existing file, looks like this:
(
echo ä
echo öü
)>text.txt
The Result is this:
꓃뛃볃