diff options
author | infirit <[email protected]> | 2014-02-22 17:36:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-22 17:36:10 +0100 |
commit | d30af5ce18ee63efa8f66c5c7089bb4536805ec6 (patch) | |
tree | 3c8db62c9dc8308e03b5f7692824a67e89e36d59 | |
parent | c537c7a2f6a5787e3bf77132717ed0a2d263f755 (diff) | |
download | pluma-d30af5ce18ee63efa8f66c5c7089bb4536805ec6.tar.bz2 pluma-d30af5ce18ee63efa8f66c5c7089bb4536805ec6.tar.xz |
Change file enciding to utf-8 (close #65)
-rw-r--r-- | pluma/plumatextregion.c | 2 | ||||
-rw-r--r-- | pluma/plumatextregion.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pluma/plumatextregion.c b/pluma/plumatextregion.c index 9f9237ad..83cf20ec 100644 --- a/pluma/plumatextregion.c +++ b/pluma/plumatextregion.c @@ -4,7 +4,7 @@ * * This file is part of the GtkSourceView widget * - * Copyright (C) 2002 Gustavo Gir�ldez <[email protected]> + * Copyright (C) 2002 Gustavo Giráldez <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pluma/plumatextregion.h b/pluma/plumatextregion.h index 89498d37..159726e3 100644 --- a/pluma/plumatextregion.h +++ b/pluma/plumatextregion.h @@ -4,7 +4,7 @@ * * This file is part of the GtkSourceView widget * - * Copyright (C) 2002 Gustavo Gir�ldez <[email protected]> + * Copyright (C) 2002 Gustavo Giráldez <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |