Ignore:
Timestamp:
02/19/14 16:16:49 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aeres/scripts/build_surname_id.py

    r349 r352  
    11#!/usr/bin/env python 
    2 # -*- coding: iso-8859-1 -*- 
     2# -*- coding: utf-8 -*- 
    33 
    44""" 
     
    1414 - suppress blanks 
    1515 - suppress punctation 
    16  - replace diacritals by their non-diacriticals equivalent (ie ï become i) 
     16 - replace diacriticals by their non-diacriticals equivalent (ie ï become i) 
    1717 - uppercase every characters 
    1818 
     
    2727cf. doctest 
    2828 
    29 :: 
     29.. code-block:: bash 
    3030 
    31     python -v build_surname_id 
     31   python -v build_surname_id 
    3232 
    3333TODO 
Note: See TracChangeset for help on using the changeset viewer.