Georg Ochsner | 6 Jan 00:12
Picon

Bulk UTF-8 / punycode Tool

Hello Friends,
 
do you know an online tool or better windows programm yet to automatically convert multiple strings containing german umlauts (UTF-8) into punycode at once? Would be very appreciated :-)
 
CU,
Georg
Adam M. Costello | 6 Jan 00:58

Re: Bulk UTF-8 / punycode Tool

Georg Ochsner <georg <at> ochsner.de> wrote:

> do you know an online tool or better windows programm yet to
> automatically convert multiple strings containing german umlauts
> (UTF-8) into punycode at once?

The idn program that comes with GNU libidn can do that:

http://www.gnu.org/software/libidn/

It's a command-line utility.  If you want to run it on a Windows
machine, it can probably be built using Cygwin (but don't ask me how--I
know nothing about Windows).

By the way, you need to consider whether you just want the Punycode
encode operation, or the entire ToASCII operation (including Nameprep
etc).  The idn program can do either.

AMC

Colosi, John | 6 Jan 01:13
Picon
Favicon

RE: Bulk UTF-8 / punycode Tool

Hi Georg,

 

One method available is to use VeriSign's IDN SDK.  The SDK is an open source effort which implements the latest RFC documents.  The SDK offers a suite of command-line tools for UNIX-based systems as well as Windows.  VeriSign has also set up a mailing list where SDK users can discuss implementation issues.

 

The latest IDN SDK from VeriSign can be found here:

http://www.verisign.com/nds/naming/idn/sdk_download.html

 

Instructions for joining the mailing list can be found here:

http://www.verisign.com/nds/naming/idn/sdk_maillist.html

 

 

If you are still reluctant, I'd be happy to run a one-time conversion for you.  VeriSign's IDN SDK makes it pretty easy for me.  Once I know what you need, it should only take me a few minutes to run the conversion.

 

Thanks again for your interest Georg.  I hope the SDK is helpful to you,

-- John

 

 

_______________________________________________________

John Colosi                       VeriSign, Inc.

Senior Software Engineer

Naming and Directory Services

w:703.948.3211  c:703.863.0606  e:jcolosi <at> verisign.com

 

 

-----Original Message-----
From: owner-idn <at> ops.ietf.org [mailto:owner-idn <at> ops.ietf.org] On Behalf Of Georg Ochsner
Sent: Monday, January 05, 2004 6:13 PM
To: idn <at> ops.ietf.org
Subject: [idn] Bulk UTF-8 / punycode Tool

 

Hello Friends,

 

do you know an online tool or better windows programm yet to automatically convert multiple strings containing german umlauts (UTF-8) into punycode at once? Would be very appreciated :-)

 

CU,

Georg

jim | 6 Jan 01:45

RE: Bulk UTF-8 / punycode Tool


VeriSign's IDN SDK has a nice set of command line utilities in 
both c and Java which can handle this, including pre-built 
binaries for Windows which don't require a Unix emulation layer.

http://www.verisign.com/nds/naming/idn/sdk.html 

Regards,
Jim

> -----Original Message-----
> From: owner-idn <at> ops.ietf.org [mailto:owner-idn <at> ops.ietf.org] 
> On Behalf Of Adam M. Costello
> Sent: Monday, January 05, 2004 5:59 PM
> To: idn <at> ops.ietf.org
> Subject: Re: [idn] Bulk UTF-8 / punycode Tool
> 
> Georg Ochsner <georg <at> ochsner.de> wrote:
> 
> > do you know an online tool or better windows programm yet to
> > automatically convert multiple strings containing german umlauts
> > (UTF-8) into punycode at once?
> 
> The idn program that comes with GNU libidn can do that:
> 
> http://www.gnu.org/software/libidn/
> 
> It's a command-line utility.  If you want to run it on a Windows
> machine, it can probably be built using Cygwin (but don't ask 
> me how--I
> know nothing about Windows).
> 
> By the way, you need to consider whether you just want the Punycode
> encode operation, or the entire ToASCII operation (including Nameprep
> etc).  The idn program can do either.
> 
> AMC
> 
> 
> 

Martin v. Loewis | 6 Jan 07:20
Picon
Gravatar

Re: Bulk UTF-8 / punycode Tool

Georg Ochsner wrote:

> do you know an online tool or better windows programm yet to 
> automatically convert multiple strings containing german umlauts (UTF-8) 
> into punycode at once? Would be very appreciated :-)

Python 2.3 offers library routines to do that.

Regards,
Martin

James Seng | 6 Jan 10:11
Picon

Re: Bulk UTF-8 / punycode Tool

Try this link

http://idn.isc.org/wiki/wiki.cgi?Other_IDN_Software

-James Seng

Georg Ochsner wrote:

> Hello Friends,
>  
> do you know an online tool or better windows programm yet to 
> automatically convert multiple strings containing german umlauts (UTF-8) 
> into punycode at once? Would be very appreciated :-)
>  
> CU,
> Georg

James Seng | 6 Jan 10:19
Picon

Re: Bulk UTF-8 / punycode Tool

You should also try this:

http://idn.isc.org/archives/000010.html

-James Seng

Georg Ochsner wrote:

> Hello Friends,
>  
> do you know an online tool or better windows programm yet to 
> automatically convert multiple strings containing german umlauts (UTF-8) 
> into punycode at once? Would be very appreciated :-)
>  
> CU,
> Georg

Simon Josefsson | 6 Jan 14:05

Re: Bulk UTF-8 / punycode Tool

Georg Ochsner <georg <at> ochsner.de> wrote:
>
>> do you know an online tool or better windows programm yet to
>> automatically convert multiple strings containing german umlauts
>> (UTF-8) into punycode at once?
>
> The idn program that comes with GNU libidn can do that:
>
> http://www.gnu.org/software/libidn/
>
> It's a command-line utility.  If you want to run it on a Windows
> machine, it can probably be built using Cygwin (but don't ask me how--I
> know nothing about Windows).

Allow me to add that GNU Libidn is supposed to be written in pure ISO C89,
so if you have a Windows compiler that support C, it should be possible to
build without any compatibility layers like cygwin.

An online tool is available from <http://josefsson.org/idn.php>.

Regards,
Simon

Georg Ochsner | 21 Jan 21:43
Picon

IDNs in IE and Google

Hello again,

does anybody know, when Microsoft will implement the new IDN standards in IE
(service pack or something)?

And when is Google planning to index IDNs "correctly" in native characters?

Thanks and good luck,
Georg

Andrzej Bartosiewicz | 22 Jan 08:27
Picon
Favicon

RE: IDNs in IE and Google

I'm surprised that Google does not support IDNs. In Poland, the
NetSprint (netsprint.pl) search engine supports the IDNs (NetSprint is
very popular in Poland; NetSprint is the official search engine for the
biggest "internet-portals" like WP.pl or poland.pl)

By the end of 2003, all IDN-web sites (.pl only) has been indexed. 

More (in Polish only)...
http://gospodarka.gazeta.pl/gospodarka/1,36051,1828201.html 
http://www.egospodarka.pl/article/articleview/3793/1/12/ 
http://www.webinside.pl/news/163 
http://www.biznesnet.pl/a/6757/
http://www.searchengines.pl/cms/cms/index.php?action=read&news_id=110 
http://www.e-biznes.pl/inf/107155945660120.shtml

Andrzej Bartosiewicz


Gmane