ftfy-web
ftfy-web copied to clipboard
Paste in some broken unicode text and FTFY will tell you how to fix it!
Pasting `v¾¾r` or using https://ftfy.vercel.app/?s=v%C2%BE%C2%BEr inserts `Â` before each `¾` and wrongly results in this: ``` python s = 'v¾¾r' s = s.encode('latin-1') s = s.decode('utf-8') print(s) ``` then prints...
I tried running https://ftfy.vercel.app/?s=Pyrenee%C3%83%C2%ABn to see what would cause `Pyreneeën` In stead of explaining `Pyreneeën`, it explained `Pyreneeën` A log of the difference between these two is at https://gist.github.com/jpluimers/adff0ffe6eec6fdc7eab642ffdfd4ee5 I...
If you click all the example links at the bottom, this one does not work: https://ftfy.now.sh/?s=%23%E2%95%A8%E2%94%90%E2%95%A4%C3%87%E2%95%A8%E2%96%91%E2%95%A8%E2%96%93%E2%95%A8%E2%95%95%E2%95%A8%E2%95%97%E2%95%A4%C3%AE%E2%95%A8%E2%95%9C%E2%95%A8%E2%95%9B%E2%95%A8%E2%95%A1%E2%95%A8%E2%94%90%E2%95%A8%E2%95%95%E2%95%A4%C3%A9%E2%95%A8%E2%96%91%E2%95%A8%E2%95%9C%E2%95%A8%E2%95%95%E2%95%A8%E2%95%A1
Should it be able to fix “ÓůÓĂČíĽţ(YYRJ)” ? (It should be a person’s name in a Chinese script.)
Thai
Should it be able to fix “ąéͧľĂ WiFi ¤čĐ” ? (It should be a person’s username in the Thai script.)
[The site](https://ftfy.now.sh) seems to have no IPv6 DNS record and thus is inaccessible over IPv6-only connections.
Bumps [starlette](https://github.com/encode/starlette) from 0.13.2 to 0.25.0. Release notes Sourced from starlette's releases. Version 0.25.0 Fixed Limit the number of fields and files when parsing multipart/form-data on the MultipartParser 8c74c2c and...