Skip to main content
Stack Overflow
  1. About
  2. For Teams

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Draft saved
Draft discarded
Cancel
2
  • You face a double mojibake case (example in Python for its universal intelligibility): 'ö ä ü ß'.encode( 'cp1252').decode( 'mac-roman').encode( 'utf-8').decode( 'cp1252') returns ˆ ‰ ¸ fl and vice versa: 'ˆ ‰ ¸ fl'.encode( 'cp1252').decode( 'utf-8').encode( 'mac-roman').decode( 'cp1252') -> ö ä ü ß ... Commented Jan 20, 2023 at 15:11
  • Thanks, I was able to adapt that to my language. Commented Jan 21, 2023 at 5:51

AltStyle によって変換されたページ (->オリジナル) /