Re: umlauts in urls

2011-03-23 Thread Lorin Rivers
On Mar 21, 2011, at 14:04 , Gregory Wiest wrote:
 Hello,
 
 Is there a way to get BBEdit's syntax checker to accept urls with umlauts in 
 them?  There are addresses, like this one,
 
 http://www.fräuleinhildebrand.de
 
 which use umlauts. Spelling that address with www.fruuml;leinhildebrand.de 
 is incorrect.
 
 Greetings,
 Gregory Wiest
 http://www.gregorywiest.de


Does it like www.fr%C3%A4uleinhildebrand.de any better?
-- 
Lorin Rivers
Mosasaur: Killer Technical Marketing http://www.mosasaur.com
mailto:lriv...@mosasaur.com
512/203.3198 (m)



-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: umlauts in urls

2011-03-23 Thread Maarten Sneep

On 21 mrt 2011, at 21:18, Lorin Rivers wrote:

 On Mar 21, 2011, at 14:04 , Gregory Wiest wrote:
 Hello,
 
 Is there a way to get BBEdit's syntax checker to accept urls with umlauts in 
 them?  There are addresses, like this one,
 
 http://www.fräuleinhildebrand.de
 
 which use umlauts. Spelling that address with www.fruuml;leinhildebrand.de 
 is incorrect.
 
 Greetings,
 Gregory Wiest
 http://www.gregorywiest.de
 
 
 Does it like www.fr%C3%A4uleinhildebrand.de any better?

I don't care, unicode characters in urls are legal: 
* http://en.wikipedia.org/wiki/Internationalized_domain_name
* http://unicode.org/faq/idn.html

For better or worse, of course:
* http://en.wikipedia.org/wiki/IDN_homograph_attack

I would say that BBEdit ought to accept urls with unicode in them, following 
the unicode.org FAQ.

Best,

Maarten

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: umlauts in urls

2011-03-22 Thread Gregory Wiest
I'm sorry, but spelling  www.fräuleinhildebrand.de, 

as www.fra%CC%88uleinhildebrand.de, which the syntax check suggests or

 http://www.fr%FCleinhildebrand.de

does not function as a web address,

http://www.fräuleinhildebrand.de

does.

I guess, I just wish that BBEdit would accept web addresses with umlauts in 
them as being correct, and not display an error for them after a syntax check.  
My website encoding is utf-8.

Greetings,
Gregory Wiest
http://www.gregorywiest.de




Am 22.03.2011 um 05:23 schrieb Robert A. Rosenberg:

 At 08:04 PM +0100 on 03/21/2011, Gregory Wiest wrote about umlauts in urls:
 
 Hello,
 
 Is there a way to get BBEdit's syntax checker to accept urls with umlauts in 
 them?  There are addresses, like this one,
 
 http://www.fräuleinhildebrand.de
 
 which use umlauts. Spelling that address with www.fruuml;leinhildebrand.de 
 is incorrect.
 
 You have to Percent Sign code the character. Thus www.früleinhildebrand.de is 
 coded as http://www.fr%FCleinhildebrand.de. The coding is % followed by the 
 hex code of the character in upper case. This works for codepoints x00-xff. I 
 am not sure how you handle Unicode but I think you use the international 
 encoding system (Punycode).
 
 -- 
 You received this message because you are subscribed to the BBEdit Talk 
 discussion group on Google Groups.
 To post to this group, send email to bbedit@googlegroups.com
 To unsubscribe from this group, send email to
 bbedit+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/bbedit?hl=en
 If you have a feature request or would like to report a problem, please email 
 supp...@barebones.com rather than posting to the group.
 Follow @bbedit on Twitter: http://www.twitter.com/bbedit

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


umlauts in urls

2011-03-21 Thread Gregory Wiest
Hello,

Is there a way to get BBEdit's syntax checker to accept urls with umlauts in 
them?  There are addresses, like this one,

http://www.fräuleinhildebrand.de

which use umlauts. Spelling that address with www.fruuml;leinhildebrand.de is 
incorrect.

Greetings,
Gregory Wiest
http://www.gregorywiest.de




-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: umlauts in urls

2011-03-21 Thread Walter Ian Kaye
At 08:04 p +0100 03/21/2011, Gregory Wiest didst inscribe upon an 
electronic papyrus:



Hello,

Is there a way to get BBEdit's syntax checker to accept urls with 
umlauts in them?  There are addresses, like this one,


http://www.fräuleinhildebrand.de

which use umlauts. Spelling that address with 
www.fruuml;leinhildebrand.de is incorrect.


Wrong encoding method. URL encoding uses %HH where HH is hexadecimal.
I believe it uses UTF-8.

Hmm, someone must've written a conversion script

--
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.

To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.

Follow @bbedit on Twitter: http://www.twitter.com/bbedit