Skip to content

Instantly share code, notes, and snippets.

@rturowicz
Last active December 15, 2015 19:49
Show Gist options
  • Select an option

  • Save rturowicz/5314382 to your computer and use it in GitHub Desktop.

Select an option

Save rturowicz/5314382 to your computer and use it in GitHub Desktop.

Revisions

  1. rturowicz revised this gist Apr 4, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion utf8.py
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@
    infile = codecs.open("file", "r", "utf-8")
    line = infile.readline()
    while line:
    print line
    print line
  2. rturowicz renamed this gist Apr 4, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. rturowicz created this gist Apr 4, 2013.
    7 changes: 7 additions & 0 deletions Asset.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    import codecs


    infile = codecs.open("file", "r", "utf-8")
    line = infile.readline()
    while line:
    print line