;;; po-compat.el --- basic support of PO translation files -*- coding: latin-1; -*- ;; Copyright (C) 1995-2002, 2010, 2016, 2019, 2023 Free Software Foundation, Inc. ;; Authors: François Pinard , ;; Greg McGary , ;; Bruno Haible . ;; Keywords: i18n, files ;; This file is part of GNU gettext. ;; GNU gettext is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU gettext is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, see ;; . ;;; Commentary: ;; Emacs 21.2 and newer already contain this file, under the name po.el, ;; and without portability hassles. ;; This package makes sure visiting PO files decodes them correctly, ;; according to the Charset= header in the PO file. For more support ;; for editing PO files, see po-mode.el. ;;; Code: