Skip to content
Snippets Groups Projects
Commit 06044bb0 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Lösungsansatz zu Aufgabe 2

parent 54140b37
No related branches found
No related tags found
No related merge requests found
cassini/home/peter/bo/2024ss/rtech/20240709> echo "ö" | recode latin1..utf8
ö
cassini/home/peter/bo/2024ss/rtech/20240709> echo "ö" | recode latin1..utf8 | hexdump -C
00000000 c3 83 c2 b6 0a |.....|
00000005
cassini/home/peter/bo/2024ss/rtech/20240709> echo "ö" | recode latin1..utf8 | recode latin1..utf8
ö
cassini/home/peter/bo/2024ss/rtech/20240709> echo "ö" | recode latin1..utf8 | recode latin1..utf8 | hexdump -C
00000000 c3 83 c2 83 c3 82 c2 b6 0a |.........|
00000009
cassini/home/peter/bo/2024ss/rtech/20240709>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment