Hi,
Is there any examples about using "libutf" and "libregexp9"?
Thanks in davance
cheers
Younès
Printable View
Hi,
Is there any examples about using "libutf" and "libregexp9"?
Thanks in davance
cheers
Younès
> Is there any examples about using "libutf" and "libregexp9"?
There are manual pages linked at [url]http://swtch.com/plan9port/unix/[/url].
If you grep for regexp or rune or utf in the Plan 9 or plan9port
source trees, you will find plenty of examples in their native
environment. The interface is the same in the ported libraries.
Here are two reasonable examples:
[url]http://swtch.com/usr/local/plan9/src/cmd/sed.c[/url]
[url]http://swtch.com/usr/local/plan9/src/cmd/unicode.c[/url]
Russ
Hi Russ,
Thanks for the pointers.
cheers
Younès
Russ Cox a écrit :[color=blue][color=green]
>> Is there any examples about using "libutf" and "libregexp9"?
>>[/color]
>
> There are manual pages linked at [url]http://swtch.com/plan9port/unix/[/url].
>
> If you grep for regexp or rune or utf in the Plan 9 or plan9port
> source trees, you will find plenty of examples in their native
> environment. The interface is the same in the ported libraries.
>
> Here are two reasonable examples:
> [url]http://swtch.com/usr/local/plan9/src/cmd/sed.c[/url]
> [url]http://swtch.com/usr/local/plan9/src/cmd/unicode.c[/url]
>
> Russ
>
>
>
>[/color]