1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/pidl/lib/Parse/Pidl/Samba4
Joseph Sutton f94b981e86 pidl: Add new ‘u16string’ type
This type represents a UTF‐16–encoded string. These strings are kept
UTF‐16–encoded rather than converted to the Unix charset to be stored in
memory; this avoids issues regarding NULL termination and conversion
between character sets. We want to be able to handle strings that are
not valid UTF‐16.

Not bumping the NDR ABI version, because there hasn’t been an NDR
release since commit c4f281e9ae.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-11-20 21:50:32 +00:00
..
COM pidl: use perl warnings 2019-12-10 02:53:34 +00:00
NDR pidl: Add a helper function to determine whether a type is a string type 2023-11-20 21:50:32 +00:00
Header.pm pidl: Remove trailing whitespace 2023-11-16 05:18:36 +00:00
Python.pm pidl: Add new ‘u16string’ type 2023-11-20 21:50:32 +00:00
TDR.pm pidl: use perl warnings 2019-12-10 02:53:34 +00:00
Template.pm pidl: use perl warnings 2019-12-10 02:53:34 +00:00