File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#============================================================================
2- # Enca v1.21 (2025-10-20 ) guess and convert encoding of text files
2+ # Enca v1.22 (2026-04-09 ) guess and convert encoding of text files
33# Copyright (C) 2000-2003 David Necas (Yeti) <yeti@physics.muni.cz>
44# Copyright (C) 2009-2016 Michal Cihar <michal@cihar.com>
5+ # Copyright (C) 2025-2026 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
56#============================================================================
67
78List of user-visible changes in Enca
@@ -11,6 +12,12 @@ Legend: + new feature
1112 * change of behaviour (including disappearing of a feature)
1213 - bugfix
1314
15+ enca-1.22
16+ - Fix for failures due to non-portable modern-bashism.
17+ - Add missing Finnish files to Makefile.am.
18+ - Fix autoreconf with >= gettext-0.24.
19+ * Update URLs to latest in README.md.
20+
1421enca-1.21
1522 + Add support for Finnish language with CP1267 charset.
1623 + Added -without-librecode to configure script
Original file line number Diff line number Diff line change 11#============================================================================
2- # Enca v1.21 (2025-10-20 ) guess and convert encoding of text files
2+ # Enca v1.22 (2026-04-09 ) guess and convert encoding of text files
33# Copyright (C) 2000-2003 David Necas (Yeti) <yeti@physics.muni.cz>
44# Copyright (C) 2009-2016 Michal Cihar <michal@cihar.com>
5+ # Copyright (C) 2025-2026 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
56#============================================================================
67
78Frequently Asked Questions about Enca
Original file line number Diff line number Diff line change 11#============================================================================
2- # Enca v1.21 (2025-10-20 ) guess and convert encoding of text files
2+ # Enca v1.22 (2026-04-09 ) guess and convert encoding of text files
33# Copyright (C) 2000-2003 David Necas (Yeti) <yeti@physics.muni.cz>
44# Copyright (C) 2009-2016 Michal Cihar <michal@cihar.com>
5+ # Copyright (C) 2025-2026 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
56#============================================================================
67
78TO THE NEXT RELEASE:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl configure.in by David Necas (Yeti) <yeti@physics.muni.cz>
22dnl This file is in public domain.
33dnl Process this file with autoconf to produce a configure script.
44dnl Shake before use.
5- AC_INIT ( [ Enca] ,[ 1.21 ] ,[ https://github.com/Project-OSS-Revival/enca/issues] )
5+ AC_INIT ( [ Enca] ,[ 1.22 ] ,[ https://github.com/Project-OSS-Revival/enca/issues] )
66AC_PREREQ ( [ 2.69] )
77AC_CONFIG_SRCDIR ( src/enca.c )
88AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments