Am 25.10.2010 um 15:12 schrieb Philipp Gesang:

> Concerning the urlencoding I referred to browsers automatically
> converting raw urls, like for instance
> 
>  http://www.google.com/search?q=ähre
> 
> , which is encoded as
> 
>  http://www.google.com/search?q=%C3%A4hre
> 
> by my browser. As long as your urls mainly consist of unicode
> strings you might not need the actual (ascii) percent sign.  In
> this case you could be fine simply by converting strings like
> ‘%C3%A4hre’ to ‘Ähre’, rendering urls percent-less, and rely on
> the browsers to re-encode them on the fly. Might be a bit far
> fetched, though.



It is the space the encodes to %20. Thus, it might look a bit strange eg. in 
cases like this:

http://www.cirp.ru/conferences/new%20neighborhood%20policy/publications/frellesen%20paper.doc


There is no way to typeset this in ConTeXt MkIV???

Steffen
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to