Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
progval
on Aug 26, 2022
|
parent
|
context
|
favorite
| on:
Oberon (2009)
Originally UTF-8, then decoded as Latin-1, then re-encoded to UTF-8. You can recompute the exact bytes in the page with this Python code:
>>> 'Zürich'.encode('utf-8').decode('latin1').encode('utf-8') b'Z\xc3\x83\xc2\xbcrich'
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: