Ticket #1664: use_utf-8_instead_of_utf8.patch

File use_utf-8_instead_of_utf8.patch, 15.6 KB (added by sayamindu, 14 years ago)

Patch

  • activity.py

    diff --git a/activity.py b/activity.py
    index a2f1207..4cceb11 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_buzzwordconstraint_sugar.py

    diff --git a/ep_buzzwordconstraint_sugar.py b/ep_buzzwordconstraint_sugar.py
    index 1d8bcac..e0e2e1b 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_colorconstraint_bw.py

    diff --git a/ep_colorconstraint_bw.py b/ep_colorconstraint_bw.py
    index 9860cba..5e09f8d 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_colorconstraint_gray.py

    diff --git a/ep_colorconstraint_gray.py b/ep_colorconstraint_gray.py
    index 63aaa37..b074005 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_colorconstraint_none.py

    diff --git a/ep_colorconstraint_none.py b/ep_colorconstraint_none.py
    index d2c8c63..dc6cddd 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_directionconstraint_vector.py

    diff --git a/ep_directionconstraint_vector.py b/ep_directionconstraint_vector.py
    index 2627d1c..fc8a727 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_formater_html.py

    diff --git a/ep_formater_html.py b/ep_formater_html.py
    index 1a9f2c5..306abb6 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_layer_filledspline.py

    diff --git a/ep_layer_filledspline.py b/ep_layer_filledspline.py
    index 087c209..29f544a 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_layer_letterpress.py

    diff --git a/ep_layer_letterpress.py b/ep_layer_letterpress.py
    index 0b3f5c5..9cbe222 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_layer_markovchain.py

    diff --git a/ep_layer_markovchain.py b/ep_layer_markovchain.py
    index c434256..a3f7d7d 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_layer_voronoidiagram.py

    diff --git a/ep_layer_voronoidiagram.py b/ep_layer_voronoidiagram.py
    index f7a8632..76053dd 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_merger_combine.py

    diff --git a/ep_merger_combine.py b/ep_merger_combine.py
    index 52ddc0d..b8849a1 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_merger_mask.py

    diff --git a/ep_merger_mask.py b/ep_merger_mask.py
    index 2f8f057..b35ff0a 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_modifier_border.py

    diff --git a/ep_modifier_border.py b/ep_modifier_border.py
    index 830c132..a189278 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_modifier_flip.py

    diff --git a/ep_modifier_flip.py b/ep_modifier_flip.py
    index 67d01f9..95f2821 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_modifier_mask.py

    diff --git a/ep_modifier_mask.py b/ep_modifier_mask.py
    index 2b15a94..98cc576 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_modifier_rectangulartile.py

    diff --git a/ep_modifier_rectangulartile.py b/ep_modifier_rectangulartile.py
    index 3296e70..59a4fcc 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_page_gettingstarted.py

    diff --git a/ep_page_gettingstarted.py b/ep_page_gettingstarted.py
    index 3ba985e..df3f5b1 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_page_intro.py

    diff --git a/ep_page_intro.py b/ep_page_intro.py
    index d8f602c..99fcbd3 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_page_status.py

    diff --git a/ep_page_status.py b/ep_page_status.py
    index 8b91a0f..81c6622 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_page_zoom.py

    diff --git a/ep_page_zoom.py b/ep_page_zoom.py
    index 14418cc..3d62ce1 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_positionconstraint_centered.py

    diff --git a/ep_positionconstraint_centered.py b/ep_positionconstraint_centered.py
    index 631d651..52a7c22 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_positionconstraint_none.py

    diff --git a/ep_positionconstraint_none.py b/ep_positionconstraint_none.py
    index b34736d..c0ec64f 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_sampler_randomwalk.py

    diff --git a/ep_sampler_randomwalk.py b/ep_sampler_randomwalk.py
    index 622178d..837b8c3 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_sampler_rectilineargrid.py

    diff --git a/ep_sampler_rectilineargrid.py b/ep_sampler_rectilineargrid.py
    index 09437e5..f4cc0a0 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_sampler_squaregrid.py

    diff --git a/ep_sampler_squaregrid.py b/ep_sampler_squaregrid.py
    index d25f45e..b4912f2 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_stamp_filledcyclic.py

    diff --git a/ep_stamp_filledcyclic.py b/ep_stamp_filledcyclic.py
    index f54fc3e..85d4284 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_stamp_glyph.py

    diff --git a/ep_stamp_glyph.py b/ep_stamp_glyph.py
    index 86fca51..1231ce3 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ep_stamp_svg.py

    diff --git a/ep_stamp_svg.py b/ep_stamp_svg.py
    index 63125cf..34503e8 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • exon_buzzword.py

    diff --git a/exon_buzzword.py b/exon_buzzword.py
    index adde386..65f3f8d 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • exon_color.py

    diff --git a/exon_color.py b/exon_color.py
    index 3e3ea25..247b28e 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • exon_direction.py

    diff --git a/exon_direction.py b/exon_direction.py
    index 5ce26a1..c381f09 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • exon_position.py

    diff --git a/exon_position.py b/exon_position.py
    index 2fd7bed..439f0ab 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_controller.py

    diff --git a/ka_controller.py b/ka_controller.py
    index 2dfe26d..bc16334 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_debug.py

    diff --git a/ka_debug.py b/ka_debug.py
    index fb957ce..fcf7492 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_extensionpoint.py

    diff --git a/ka_extensionpoint.py b/ka_extensionpoint.py
    index effc56b..558b8e9 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_factory.py

    diff --git a/ka_factory.py b/ka_factory.py
    index ab7d045..e97a0d2 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_importer.py

    diff --git a/ka_importer.py b/ka_importer.py
    index 29d11e2..3679da9 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_incoming.py

    diff --git a/ka_incoming.py b/ka_incoming.py
    index a99d2a9..3f8c237 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_status.py

    diff --git a/ka_status.py b/ka_status.py
    index 6e8271d..18af81e 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_task.py

    diff --git a/ka_task.py b/ka_task.py
    index 0a62ae1..c85d397 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • ka_widget.py

    diff --git a/ka_widget.py b/ka_widget.py
    index 7fc67a6..0efa537 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • kandid.py

    diff --git a/kandid.py b/kandid.py
    index 7409862..b754ccf 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33# This source code is based on the helloworld.py example from
    44# PyGTK 2.0 Tutorial. see: http://www.pygtk.org/pygtk2tutorial/
  • kandidtube.py

    diff --git a/kandidtube.py b/kandidtube.py
    index 3fa9c9d..c0db871 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_allele.py

    diff --git a/model_allele.py b/model_allele.py
    index ffe3cb2..e7fdac3 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_constraintpool.py

    diff --git a/model_constraintpool.py b/model_constraintpool.py
    index 4341552..e2aa09e 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_layer.py

    diff --git a/model_layer.py b/model_layer.py
    index 1dcaec9..3ca20bd 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_locus.py

    diff --git a/model_locus.py b/model_locus.py
    index f54dfaf..1d2ac7a 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_population.py

    diff --git a/model_population.py b/model_population.py
    index 396b54e..ec0ff16 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_protozoon.py

    diff --git a/model_protozoon.py b/model_protozoon.py
    index e60f5ed..f62ce7d 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_random.py

    diff --git a/model_random.py b/model_random.py
    index 7adeeb5..1d656bd 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • model_treenode.py

    diff --git a/model_treenode.py b/model_treenode.py
    index c60bd7e..0ebaf92 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • test_enumerator.py

    diff --git a/setup.py b/setup.py
    old mode 100755
    new mode 100644
    diff --git a/test_enumerator.py b/test_enumerator.py
    index b82941e..a1c27d9 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify
  • test_suite.py

    diff --git a/test_suite.py b/test_suite.py
    index c3db4ae..cbc1d42 100644
    a b  
    1 # coding: UTF8
     1# coding: UTF-8
    22# Copyright 2009 Thomas Jourdan
    33#
    44# This program is free software; you can redistribute it and/or modify