comparison test/file-encoding/CP1251/test_CP1251.m @ 31144:f125ddb46055

dir_encoding: Use encoding from .oct-config file in current directory (bug #62761). * libinterp/corefcn/load-path.cc (load_path::read_dir_config), libinterp/corefcn/input.cc (input_system::dir_encoding): Use canonicalized path as key for the dir_encoding map. * test/file-encoding: Add tests for this feature. * test/Makefile.am: Add new folder to test suite.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 13 Jul 2022 13:20:48 +0200
parents
children 7d4cf04665e6
comparison
equal deleted inserted replaced
31143:52b8b0c1baf9 31144:f125ddb46055
1 ########################################################################
2 ##
3 ## Copyright (C) 2022 The Octave Project Developers
4 ##
5 ## See the file COPYRIGHT.md in the top-level directory of this
6 ## distribution or <https://octave.org/copyright/>.
7 ##
8 ## This program is free software; you can redistribute it and/or
9 ## modify it under the terms of the GNU General Public License as
10 ## published by the Free Software Foundation; either version 3 of the
11 ## License, or (at your option) any later version.
12 ##
13 ## This program is distributed in the hope that it will be useful, but
14 ## WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 ## General Public License for more details.
17 ##
18 ## You should have received a copy of the GNU General Public License
19 ## along with this program; if not, see <http://www.gnu.org/licenses/>.
20 ##
21 ########################################################################
22
23 ## -*- texinfo -*-
24 ## @deftypefn {} {} test_CP1251 ()
25 ## Test function with some characters from CP1251
26 ##
27 ## ÄÖÜäöü ŠŽšž
28 ##
29 ## @end deftypefn
30
31 function test_CP1251 ()
32 help ("test_CP1251");
33 endfunction