log liboctave/wrappers/uniconv-wrappers.c @ 32072:f7206b6577c2 stable

age author description
Wed, 03 May 2023 20:43:36 +0200 Markus Mützel unicode2native: Fix conversion to UTF-16 (bug #64139). stable
Sat, 15 Apr 2023 20:51:50 +0200 Markus Mützel gui: Use iconv/gnulib to load editor content from files in any encoding.
Sat, 15 Apr 2023 11:29:15 +0200 Markus Mützel gui: Use iconv/gnulib to save editor content in non-UTF-8.
Mon, 03 Apr 2023 17:05:52 +0200 Markus Mützel Fix converting short char arrays with invalid UTF-8 (bug #63930). stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 05 Mar 2022 21:20:58 +0100 Markus Mützel Encoding facet based on gnulib uniconv for STL iostreams (bug #61839).
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 04 Jul 2020 12:14:21 +0200 Markus Mützel get_ASCII_filename: On Windows, optionally try to convert to the locale charset.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sun, 06 Jan 2019 21:32:21 -0800 Rik uniconv-wrappers.c: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 31 Dec 2018 17:05:34 +0100 Markus Mützel Use gnulib to check if encoding is possible (bug #55306). stable
Wed, 27 Jun 2018 20:56:37 +0200 Markus Mützel Add conversion functions between UTF-8 and wchar_t (bug #49118).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 31 Jan 2017 13:51:42 -0500 John W. Eaton use wrappers for uniconv functions; style fixes for unicode conv fcns