Unicode Support in BIND?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unicode Support in BIND?
# 1  
Old 06-28-2006
Question Unicode Support in BIND?

Here at the agency I work for, a need has arisen for a subdomain that utilizes some unicode characters. It has something to do with our foreign clients getting "page could not be displayed" errors in their internationalized browsers. I am still investigating the issue, but I've been asked to find out if there is a way to support Unicode in DNS records. We currently are using OpenVMS + Multinet with a DNS server based off of 8.2.x. I imagine that product can't support Unicode and I've been wanting to moved those boxes to OpenBSD+BIND. In most of the searching I've done, the only DNS servers I see that do support Unicode are Windows DNS servers. I have no interest or desire to go that route unless there is absolutely no other way. Based on the entries in Microsoft's knowledgebase, it would appear that they've "extended" the functionality of their DNS servers beyond what is defined in the RFCs. So, again I'm guessing that there is no Unicode support in BIND, but I thought I'd ask the experts! So here I am... askin'. Smilie
# 2  
Old 06-28-2006
A Bit More Info...

OK... I searched on Wikipedia and found this article on IDN (Internationalized Domain Names) and IDNA (Internationalized Domain Names in Applications). From what I can tell it sounds like the Unicode domain names are supported by the applications using ToASCII and ToUnicode algorithms within an application. So, a browser like Firefox would use these algorithms to convert a Unicode encoded URL to ASCII for query against standard DNS servers using Punycode (Pure ASCII representation of Unicode with some limitations). I *think* this might even work with our existing OpenVMS DNS servers, but I'll have to test it. See the article at Wikipedia for more information: IDNA

Heheh... I may have answered my own question again. ;P
# 3  
Old 06-28-2006
That Worked

I was able to make a DNS A record with the host in the xn--pginas-pta format and my browser could then hit a website like:

http://páginas.example.domain

and it would just work.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Support for Unicode in GTK2 and GTK3 file selection box?

I'm on Tiny Core Linux Pure64 10.1. My locale is en_US.UTF-8 and I generally have no trouble with Unicode characters with one exception: When I try to use Unicode characters in GTK applications' file selection box, I get "Invalid file name": http://files.dantas.airpost.net/public/save_file.jpg ... (11 Replies)
Discussion started by: DevuanFan
11 Replies

2. Shell Programming and Scripting

Unicode help

is there any way to handle unicode such as ʃʰɐm̆ (1 Reply)
Discussion started by: sreejithalokkan
1 Replies

3. Programming

Unicode filenames in C++?

I'm trying to figure out how to support Unicode or atleast an unsigned char in the d_name of struct dirent The problem i'm facing is that I'm checking file names for special characters and obviously the "char d_name" doesn't like it. I'm looping through the directory and getting the file... (3 Replies)
Discussion started by: james2432
3 Replies

4. UNIX for Advanced & Expert Users

mail with Unicode support

Hello, I have a question. There is a command line mail client "mail", it is good, but obviously, does not support Unicode. Are there any (other) mail clients for command line having support for Unicode (UTF-8) and maybe other encodings? Or are there any other versions of mail/mailx programm which... (0 Replies)
Discussion started by: Action
0 Replies

5. Programming

Unicode programing in C

im starting to go a little serious with c, woking in a personal project that will read a xml, which might contain Unicode characters (i know it will on my system, which is set to es_AR.UTF-8) im using mxml, and the documentation says it uses utf8 internally (no worries here). so i need to be... (4 Replies)
Discussion started by: broli
4 Replies

6. Programming

unicode problem

on some distributions UTF-32 is the default and i need to change the size of wchar_t to 2 bytes. i tried to compile it with -fwide-exec-charset=UTF-16 but it didn't help. anyone have any ideas? thanks, Akos (3 Replies)
Discussion started by: Akimaki
3 Replies

7. Programming

Concerned about C and UNICODE

Dear experts, While developping a C UNICODE application under AIX 5.3, I encountered the following problem, and after days of investigations I still could not find any solution. Please note that the application is full wchar_t based (not utf8) and that I could compile and run it without any... (4 Replies)
Discussion started by: tgilbert
4 Replies

8. UNIX for Advanced & Expert Users

Unix and Unicode

All, I'm trying to grasp how to use Unicode with/in Unix. I've made progress on some fronts, for example, when uploading files to my server I can use the intermediary language to convert the file to UTF-8. I'm having trouble getting Samba to do this (I'm using "unix charset" in smb.conf);... (4 Replies)
Discussion started by: effigy
4 Replies

9. Programming

How to display unicode characters / unicode string

I have a stream of characters like "\u8BBE\u5907\u7BA1" and i want to display it. I tried following things already without any luck. 1) printf("%s",L("\u8BBE\u5907\u7BA1")); 2) printf("%lc",0x8BBE); 3) setlocale followed by fwide followed by wprintf 4) also changed the local manually... (3 Replies)
Discussion started by: jackdorso
3 Replies

10. UNIX for Advanced & Expert Users

unicode

Hi, I have some software I need to install on HP-UX 11iv1 64bit but it must not be set up in unicode mode. I know unicode/ ASCII etc. I don't know how to get unix to switch between these. Is there an environment setting for that? I use the Korn shell. Thanks. (2 Replies)
Discussion started by: rein
2 Replies
Login or Register to Ask a Question