search for: unicodechars

Displaying 4 results from an estimated 4 matches for "unicodechars".

Did you mean: unicode_chars
2001 Dec 12
1
MacOS X Server samba diffs
...******/ @@ -1362,36 +1354,8 @@ ********************************************************************/ static char *cp_to_utf8(char *from, BOOL overwrite) { -#ifdef USES_CFSTRING unsigned char *dst; unsigned char *src; - int result = 0; - smb_ucs2_t *ucs2result = NULL; - unsigned int unicodeChars = 0; - unsigned long usedByteLen = 0; - unsigned long usedCharLen = 0; - - src = (unsigned char *)from; - dst = (unsigned char *)cvtbuf; - - dst[0] = '\0'; - if (global_CFString_Encoding != kCFStringEncodingDOSJapanese) - { - if (*src) - { - ucs2result = dos_to_uni...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities. It was tested on VMware EFI clients and HP Elitebook EFI notebooks, only on PXE environments but it should work on non-PXE scenarios as well. Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c ---
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
This patch adds to Com32 modules the capabilities of accessing the EFI environment The idea is simple, the EFI parameters "image" and "table" received by syslinux.efi's efi_main() are stored in the "firmware" structure, next they are retrieved from the Com32 module which is linked against the gnu-efi static library. The Com32 module can use the EFI
2016 Mar 20
0
[PATCH 0/1] EFI image booting capabilities
On Fri, Feb 20, 2015 at 8:08 AM, Patrick Masotta via Syslinux <syslinux at zytor.com> wrote: > This patch adds to the core EFI image booting capabilities. > It was tested on VMware EFI clients and HP Elitebook EFI notebooks, > only on PXE environments but it should work on non-PXE scenarios as well. > > Feedback appreciated. If you've made any changes to this, I'd