Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 272 Bytes

unicode.md

File metadata and controls

23 lines (14 loc) · 272 Bytes

Unicode

Best practices

  • Unicode sandwich
  • Test your text

Dealing with external applications

How to deal

  • Ask what encoding an input is
  • Guess (with chardet lib)
  • Tests!

Mixed encodings

  • Ignore
  • Replace

Slides

Slides