Question

I have a ASCII string of 5 bytes, and i need to convert it to ISO Latin-1 form. I am using c++. Please suggest.

Was it helpful?

Solution

ASCII is a subset of iso-8859-1 so the conversion is essentially a no-op.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top