0

Good day! I have a problem with converting this string in gb3212: "е – с" My actions:

[i.remen@win74 ~]$ iconv -f gb2312 -t utf-8 tst.txt
е iconv: illegal input sequence at position 3
[i.remen@win74 ~]$

I tried many different versions(both from separate iconv and as part of glibc). Is there any way to to this conversion?

BHYCHIK
  • 21
  • 4

1 Answers1

5

maybe some characters is not in gb2312 ,try gb18030,it's a 'bigger' charset than gb2312

Argan Wang
  • 51
  • 2