octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Narrow UTF-16 and UTF-32 to ASCII when loading .mat files.


From: Jason Riedy
Subject: Re: [PATCH] Narrow UTF-16 and UTF-32 to ASCII when loading .mat files.
Date: Fri, 28 Sep 2007 10:46:37 -0700
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

And I write:
> This is somewhat nasty, [...]

Forgot the proper format for ChangeLog entries, sorry:

        * ls-mat5.cc (read_mat5_binary_data): Map miUTF16 to miUINT16,
          miUTF32 to miUINT32.  The matfile format currently states that
          wide UTF formats are in the same byte order as the integers.
          (read_mat5_binary_element): Replace all UTF16 and UTF32
          characters with the high bit set (value >127) by '?' and warn
          that we've done so.

Jason



reply via email to

[Prev in Thread] Current Thread [Next in Thread]