diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-11-18 15:22:49 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-11-18 15:27:37 +0000 |
| commit | 5c6fcf10a363c73b00f0daa752ccf9d133a35793 (patch) | |
| tree | e071a9ed401154b965788f7fb6ba9158837ffbab /filling.c | |
| parent | 8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9 (diff) | |
| download | puzzles-5c6fcf10a363c73b00f0daa752ccf9d133a35793.zip puzzles-5c6fcf10a363c73b00f0daa752ccf9d133a35793.tar.gz puzzles-5c6fcf10a363c73b00f0daa752ccf9d133a35793.tar.bz2 puzzles-5c6fcf10a363c73b00f0daa752ccf9d133a35793.tar.xz | |
Standardise character encoding of source tree on UTF-8.
Editing LICENCE just now, I happened to notice that the accented
letter in Jonas Kölker's name was encoded in ISO 8859-1, as is the
occurrence of the same name in filling.c - but _not_ the one in
guess.c, which was in UTF-8 already. That seems needlessly confusing,
so let's sort it out. Now every text file in this git repository is
suitable for interpreting as UTF-8.
Diffstat (limited to 'filling.c')
| -rw-r--r-- | filling.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* -*- tab-width: 8; indent-tabs-mode: t -*- * filling.c: An implementation of the Nikoli game fillomino. - * Copyright (C) 2007 Jonas Kölker. See LICENSE for the license. + * Copyright (C) 2007 Jonas Kölker. See LICENSE for the license. */ /* TODO: |