Skip to main content
Tweeted twitter.com/#!/StackProgrammer/status/566528061735456768
Question Protected by gnat
deleted 2 characters in body; edited tags; edited title
Source Link
Pacerier
  • 5.1k
  • 8
  • 42
  • 60

what What is the advantage of choosing ASCII encoding over UTF8UTF-8?

I'm suspecting that there is no advantageAll characters in choosing ASCII encoding over UTF8, since anything ASCII encoded wouldcan be exactly the same size as if it is UTF8 encoded and besides, UTF8 provides support for characters that happen to be outsideusing UTF-8 without an increase in storage (both requires a byte of storage).

UTF-8 has the rangeadded benefit of character support beyond "ASCII-characters". If that's the case, why will we ever choose ASCII encoding over UTF-8?

Could someone point out one area in whichIs there a use-case when we will ever choose ASCII instead of UTF8 UTF-8?

what is the advantage of choosing ASCII encoding over UTF8?

I'm suspecting that there is no advantage in choosing ASCII encoding over UTF8, since anything ASCII encoded would be exactly the same size as if it is UTF8 encoded and besides, UTF8 provides support for characters that happen to be outside the range.

Could someone point out one area in which we will ever choose ASCII instead of UTF8 ?

What is the advantage of choosing ASCII encoding over UTF-8?

All characters in ASCII can be encoded using UTF-8 without an increase in storage (both requires a byte of storage).

UTF-8 has the added benefit of character support beyond "ASCII-characters". If that's the case, why will we ever choose ASCII encoding over UTF-8?

Is there a use-case when we will choose ASCII instead of UTF-8?

edited title
Link
Pacerier
  • 5.1k
  • 8
  • 42
  • 60

what is the advantage of choosing ANSIASCII encoding over UTF8?

added 4 characters in body
Source Link
Pacerier
  • 5.1k
  • 8
  • 42
  • 60

I'm suspecting that there is no advantage in choosing ANSIASCII encoding over UTF8, since anything ANSI encodedASCII encoded would be exactly the same size as if it is UTF8 encoded and besides, UTF8 provides support for characters that happen to be outside the range.

Could someone point out one area in which we will ever choose ANSIASCII instead of UTF8 ?

I'm suspecting that there is no advantage in choosing ANSI encoding over UTF8, since anything ANSI encoded would be exactly the same size as if it is UTF8 encoded and besides, UTF8 provides support for characters that happen to be outside the range.

Could someone point out one area in which we will ever choose ANSI instead of UTF8 ?

I'm suspecting that there is no advantage in choosing ASCII encoding over UTF8, since anything ASCII encoded would be exactly the same size as if it is UTF8 encoded and besides, UTF8 provides support for characters that happen to be outside the range.

Could someone point out one area in which we will ever choose ASCII instead of UTF8 ?

deleted 402 characters in body; edited title
Source Link
Pacerier
  • 5.1k
  • 8
  • 42
  • 60
Loading
Source Link
Pacerier
  • 5.1k
  • 8
  • 42
  • 60
Loading