Tim Roberts wrote:
> "Xah Lee" <[EMAIL PROTECTED]> wrote:
> 
>> Languages with Full Unicode Support
>>
>> As far as i know, Java and JavaScript are languages with full, complete
>> unicode support. That is, they allow names to be defined using unicode.
>> (the JavaScript engine used by FireFox support this)
>>
>> As far as i know, here's few other lang's status:
>>
>> C ? No.
> 
> This is implementation-defined in C.  A compiler is allowed to accept
> variable names with alphabetic Unicode characters outside of ASCII.

I don't think it is implementation defined. I believe it is actually 
required by the spec. The trouble is that so few compilers actually 
comply with the spec. A few years ago I asked for someone to actually 
point to a fully compliant compiler and no one could.

-- 
  Dale King
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to