I'm an ISP in South Africa. I have recently UTF-8'ed all my Databases
(mysql) and Web Systems and sites (Apache + PHP 5.3). My 'virtual web'
system understands UTF8 in a name and does all the (so far) correct
translation from/to puny - both for DNS and Apache. Discovered in apache
I also needed the "SystemAlias" to also include the puny name version of
the Domain - as in (hypothetical domain name, 'co.za' does not support
IDN yet)...

(Virtual host config snippet)
  ServerAdmin webmaster@café.co.za
  DocumentRoot /home/www/café.co.za/web/
  ServerName café.co.za
  ServerAlias xn--caf-dma.co.za
  ServerAlias www.café.co.za
  ServerAlias www.xn--caf-dma.co.za

I'm somewhat stuck with e-mail though. What do people usually do???

So from a backend point of view - do I use 'xn--caf-dma.co.za' or
'café.co.za' for e-mail?


What about UTF-8 support for the LHS of the '@' sign - ie can I allow
'rö[email protected]'?

So far, mailx and evolution seem to dislike UTF-8 in the address fields.

-- 
  .  .     ___. .__      Posix Systems - (South) Africa
 /| /|       / /__       [email protected]  -  Mark J Elkins, Cisco CCIE
/ |/ |ARK \_/ /__ LKINS  Tel: +27 12 807 0590  Cell: +27 82 601 0496

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to