문제

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