|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #57341] iso-8859-1 encoding triggers error in get_first_help_sentence.m |
Date: | Thu, 5 Dec 2019 08:15:09 -0500 (EST) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 |
Follow-up Comment #3, bug #57341 (project octave): If you know the encoding before reading the file, set the .m file encoding accordingly: __mfile_encoding__ ("iso-8859-1"); clear functions # necessary if the file was already parsed txt = get_first_help_sentence('foo_iso_8859_1') The proposed change is to avoid the error if the encoding is unknown or not set correctly. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?57341> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |