Ignore:
Timestamp:
28 Jan 2013, 08:57:38 (12 years ago)
Author:
Henrik Bettermann
Message:

Extended ascii should be accepted in names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/batchprocessing.txt

    r9739 r9919  
    6565    >>> browser.open('http://localhost/app/datacenter')
    6666
    67 Prepare a CSV file for faculties:
     67Prepare a CSV file for faculties (extended ascii values are accepted):
    6868
    6969    >>> open('faculties.csv', 'wb').write(
     
    7171    ... FAC1,Faculty 1,faculty
    7272    ... FAC2,Faculty 2,institute
    73     ... FAC3,Faculty 3,school
     73    ... FAC3,Fäcülty 3,school
    7474    ... """)
    7575
Note: See TracChangeset for help on using the changeset viewer.