mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
update
This commit is contained in:
parent
bd5f2909e6
commit
efccdb1d71
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2021-04-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSString.h:
|
||||
* Source/NSString.m:
|
||||
* Source/NSString.m:
|
||||
Fixes for BOM insertion when generating data from a string using one
|
||||
of the unicode encodings. The BOM is inserted in the case where the
|
||||
byte order is important in the specified encoding, but the encoding
|
||||
does not specify which byte order is used. This is the case for
|
||||
NSUnicodeStringEncoding, NSUTF16StringEncoding (which is a synonym
|
||||
for NSUnicodeStringEncoding), and NSUTF32StringEncoding.
|
||||
The bit of this that might impact existing code is that the BOM is
|
||||
now placed at the start of the data even in the string is empty (as
|
||||
on OSX).
|
||||
|
||||
2021-03-27 Frederik Seiffert <frederik@algoriddim.com>
|
||||
|
||||
* Headers/GNUstepBase/GSVersionMacros.h:
|
||||
|
|
Loading…
Reference in a new issue