Skip to content

Commit 1638191

Browse files
committed
Fix file encoding of bigint-func.cc
Switch the file encoding of bigint-func.cc from ISO-8859 text to UTF-8 Unicode text. Inspection using `file` suggests this is the only source file with wrong encoding. Fixes: #7509
1 parent 9b681ad commit 1638191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/big-int/bigint-func.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Author: Dirk Zoller
33
// References:
44
//
5-
// [1] Hüttenhofer/Lesch/Peyerimhoff, Mathematik in Anwendung mit C++
5+
// [1] Hüttenhofer/Lesch/Peyerimhoff, Mathematik in Anwendung mit C++
66
// Heidelberg, Wiesbaden 1994
77

88
#include "bigint.hh"

0 commit comments

Comments
 (0)