Open GoogleCodeExporter opened 9 years ago
after changing order of unicad-multibyte-group-list
it works properly
(require 'unicad)
(setq unicad-multibyte-group-list
`([sjis 0 unicad-sjis-prober]
[euc-jp 0 unicad-eucjp-prober]
[euc-kr 0 unicad-euckr-prober]
[,unicad-chosen-gb-coding-system 0 unicad-gb2312-prober]
[big5 0 unicad-big5-prober]
[euc-tw 0 unicad-euctw-prober]
[,unicad-chosen-gb-coding-system 0 unicad-gbkcht-prober]
[utf-8 0 unicad-utf8-prober]
[utf-16le 0 unicad-ucs2le-prober]
[utf-16be 0 unicad-ucs2be-prober])
)
Original comment by sky...@gmail.com
on 27 Apr 2015 at 10:22
Original issue reported on code.google.com by
sky...@gmail.com
on 27 Apr 2015 at 10:13