comparison libinterp/corefcn/input.cc @ 32488:d7a3ed7f2fdc stable

doc: grammarcheck C++ files before 9.1 release. * libinterp/corefcn/graphics.cc, libinterp/corefcn/input.cc, libinterp/corefcn/pr-output.cc, libinterp/corefcn/qz.cc, libinterp/corefcn/sysdep.cc: grammarcheck C++ files before 9.1 release.
author Rik <rik@octave.org>
date Thu, 23 Nov 2023 19:42:27 -0800
parents 9583d971e603
children 386d05bbae5a
comparison
equal deleted inserted replaced
32487:998cba4600e9 32488:d7a3ed7f2fdc
1575 @deftypefn {} {@var{current_encoding} =} mfile_encoding () 1575 @deftypefn {} {@var{current_encoding} =} mfile_encoding ()
1576 @deftypefnx {} {} mfile_encoding (@var{new_encoding}) 1576 @deftypefnx {} {} mfile_encoding (@var{new_encoding})
1577 @deftypefnx {} {@var{old_encoding} =} mfile_encoding (@var{new_encoding}) 1577 @deftypefnx {} {@var{old_encoding} =} mfile_encoding (@var{new_encoding})
1578 Query or set the encoding that is used for reading m-files. 1578 Query or set the encoding that is used for reading m-files.
1579 1579
1580 The input and output are strings naming an encoding, e.g., "utf-8". 1580 The input and output are strings naming an encoding, e.g., @qcode{"utf-8"}.
1581 1581
1582 This encoding is used by Octave's parser when reading m-files unless a 1582 This encoding is used by Octave's parser when reading m-files unless a
1583 different encoding was set for a specific directory containing m-files using 1583 different encoding was set for a specific directory containing m-files using
1584 the function @code{dir_encoding} or in a file @file{.oct-config} in that 1584 the function @code{dir_encoding} or in a file @file{.oct-config} in that
1585 directory. 1585 directory.