Pelles C > Announcements

Version 10.00 is now released

<< < (4/5) > >>

algernon77:
Thanks again!

Today I added a couple of UTF-8 BOM files (saved with Notepad++) to a project and the IDE sees them fine, but the source browser doesn't want to emit any function names.  If I save them as UTF-16 LE, all is good. I attached the files to this post. Regards!

TimoVJL:
a test project for it

Pelle:
strdup() is part of the Posix (unix) standard and many implementations, but not (yet) the C standard. A bit surprising...

For Pelles C you have _strdup() by default, and by using the /Go compiler option you also get the alias strdup().

(strdup() is also in TR24731-2, but we forget that for now...)

Pelle:

--- Quote from: algernon77 on July 29, 2020, 09:03:46 PM ---Today I added a couple of UTF-8 BOM files (saved with Notepad++) to a project and the IDE sees them fine, but the source browser doesn't want to emit any function names.  If I save them as UTF-16 LE, all is good. I attached the files to this post. Regards!

--- End quote ---
I will look at it, but with version 10 already released I can't promise a quick fix...

Akko:
Late, but never too late, to say a big Thank You !!!!!!!!!!!!!!!!!!!!!!!!!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version