Re: [ast-users] German umlauts input in UWIN console window?

2013-09-27 Thread Danny Weldon
What about getting UWIN to work with mintty which cygwin is now using
this by default?

https://code.google.com/p/mintty/

On 27 September 2013 18:14, Simon Toedt  wrote:
> On Wed, Sep 4, 2013 at 8:24 PM, Simon Toedt  wrote:
>> On Mon, Apr 1, 2013 at 4:18 AM, Simon Toedt  wrote:
>>> How can I enter German umlaut characters in the uwin console window? I
>>> tried under Windows XP Professional and got only question marks
>>> instead of umlaut characters.
>>> Does uwin support non-ascii characters on WinXP? Reading
>>> http://en.wikipedia.org/wiki/Win32_console#Windows_NT_and_CE_based the
>>> Windows console window supports UTF-8 as code page 65001 if you use
>>> the Unicode apis from Windows for I/O.
>>
>> Anyone working on this?
>
> Anyone? It works with Cygwin...
>
> Simon
> ___
> ast-users mailing list
> ast-users@lists.research.att.com
> http://lists.research.att.com/mailman/listinfo/ast-users



-- 
Regards

Danny
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users


Re: [ast-users] Number of allocated bytes through pointer?

2013-09-27 Thread Glenn Fowler

On Fri, 27 Sep 2013 10:09:11 +0200 Simon Toedt wrote:
> Does libast's malloc() implementation have an api to return the number
> of bytes which were allocated for a pointer returned by malloc() or
> realloc()?

it used to but not since the thread-safe-efficient retooling

___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users


Re: [ast-users] German umlauts input in UWIN console window?

2013-09-27 Thread Simon Toedt
On Wed, Sep 4, 2013 at 8:24 PM, Simon Toedt  wrote:
> On Mon, Apr 1, 2013 at 4:18 AM, Simon Toedt  wrote:
>> How can I enter German umlaut characters in the uwin console window? I
>> tried under Windows XP Professional and got only question marks
>> instead of umlaut characters.
>> Does uwin support non-ascii characters on WinXP? Reading
>> http://en.wikipedia.org/wiki/Win32_console#Windows_NT_and_CE_based the
>> Windows console window supports UTF-8 as code page 65001 if you use
>> the Unicode apis from Windows for I/O.
>
> Anyone working on this?

Anyone? It works with Cygwin...

Simon
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users


[ast-users] Number of allocated bytes through pointer?

2013-09-27 Thread Simon Toedt
Does libast's malloc() implementation have an api to return the number
of bytes which were allocated for a pointer returned by malloc() or
realloc()?

Simon
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users