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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top