Skip to content
Snippets Groups Projects
  1. Jan 30, 2014
    • Jared Hancock's avatar
      htmLawed: Fix corruption to UTF8 encoded text · 959661f9
      Jared Hancock authored
      On some combinations of operating systems, PHP and libpcre versions, `\s`
      will match the iso-8859-x non-breaking-space, 0xa0. This regular expression
      will munge the UTF8 encoded version, 0xc2a0 to 0xc220, which is not a valid
      UTF8 character.
      
      When inserted into a UTF8 field in mysql, the text will be truncated at and
      after the first invalid character.
      959661f9
    • Jared Hancock's avatar
      i18n: Remove unused, possibly incorrect formatting · 78742c71
      Jared Hancock authored
      These functions don't appear to be used an could corrupt UTF-8 encoded text
      78742c71
  2. Jan 29, 2014
  3. Jan 28, 2014
  4. Jan 27, 2014
  5. Jan 24, 2014
  6. Jan 23, 2014
  7. Jan 22, 2014
  8. Jan 21, 2014
  9. Jan 20, 2014
Loading