vote up 2 vote down star

Which of the two is correct terminology?

flag

2  
I asked google :) "Results 1 - 10 of about 50,400,000 for UTF8. (0.13 seconds)" vs "Results 1 - 10 of about 140,000,000 for UTF-8" – Johannes Schaub - litb Apr 30 at 23:49
@Ben Alpert: Why did you remove the utf8 tag? The question is about UTF-8 and UTF8. – Zifre Apr 30 at 23:59
that's exactly why I changed all the utf8 tags into utf-8 tags a few days ago ;) – tharkun May 1 at 0:22

6 Answers

vote up 8 vote down check

That depends on where you use it...

The name of the encoding is UTF-8.

A dash is not valid to use everywhere, so for example in .NET framework the property of the System.Text.Encoding class that returns an instance of the UTF8Encoding class that handles the UTF-8 encoding is named UTF8.

link|flag
vote up 3 vote down

Following the RFC standard the answer is UTF-8

http://www.ietf.org/rfc/rfc3629

link|flag
vote up 2 vote down

Also UTF-8 (great and thorough explanation of UTF-8)

link|flag
vote up 5 vote down

It's definitely UTF-8. UTF8 is only used commonly in places where a dash is not allowed (programming language indentifiers) or because people are too lazy.

link|flag
vote up 3 vote down

I believe according to the Unicode Consortium, it's UTF-8.

link|flag
vote up 6 vote down

UTF-8

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.