タグ

文字コードとSQLに関するefclのブックマーク (1)

  • Hacking with Unicode

    This presentation explores common mistakes made by programmers when dealing with Unicode support and character encodings on the Web. For each mistake, I explain how to fix/prevent it, but also how it could possibly be exploited. Event: HackPra — the hacking lecture at the Ruhr University in Bochum Video: https://www.youtube.com/watch?v=qFfjJ8pOrWY&hd=1 (use these slides though, not the ones in the

    Hacking with Unicode
    efcl
    efcl 2014/06/02
    ユニコードとJavaScriptについて詳しく書かれたスライド(と動画) ユニコードでの問題として文字数とlengthの違い、ノーマライズ、反転時の問題、正規表現でUnicode symbolがマッチしない問題。 ES6での正しくコードポイントやサ
  • 1