[ckan-changes] [ckan/ckan] bc53d5: [#2401] Cast string to unicode instead of str.

GitHub noreply at github.com
Mon Jun 22 10:06:06 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: bc53d5d820f0685c19474afdbb60435844877e27
      https://github.com/ckan/ckan/commit/bc53d5d820f0685c19474afdbb60435844877e27
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  [#2401] Cast string to unicode instead of str.

Casting the string to str caused an error for characters outside of the
ascii range. Notably, BOM at the beginning of documents.


  Commit: c6d933388b19e16cec21ca447fae7a50ece6bccb
      https://github.com/ckan/ckan/commit/c6d933388b19e16cec21ca447fae7a50ece6bccb
  Author: amercader <amercadero at gmail.com>
  Date:   2015-05-11 (Mon, 11 May 2015)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  Merge branch '2401-unicode-remove-linebreaks' of https://github.com/brew/ckan into brew-2401-unicode-remove-linebreaks


  Commit: f077267d82cabc16c68e441e005ae75fd0344a7a
      https://github.com/ckan/ckan/commit/f077267d82cabc16c68e441e005ae75fd0344a7a
  Author: amercader <amercadero at gmail.com>
  Date:   2015-06-22 (Mon, 22 Jun 2015)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  Merge branch 'brew-2401-unicode-remove-linebreaks'


Compare: https://github.com/ckan/ckan/compare/bc66ed3a4b0f...f077267d82ca


More information about the ckan-changes mailing list