Re: Are literal language tags compared in lowercase?

On Wed, 11 Jan 2017 17:47:15 +0000, Stian Soiland-Reyes <soiland-reyes@manchester.ac.uk> wrote:
> There are two interpretations as far as I can see:
> 
> a) (Unicode) Character by character   
>    "Hello"@en-us  !=  "Hello"@EN-US  !=  "Hello"@en-US
> 

Sorry, I broke my own example.. obviously @en is different from @en-us, but
what about @en-US and @EN-US? Corrected example:

 b) (Lower case Unicode) Character by character
   "Hello"@en-us  ==  "Hello"@EN-US  ==  "Hello"@en-US

Received on Wednesday, 11 January 2017 17:51:00 UTC