need iconv support
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 381
- PR merge metrics
- No merged PRs in 30d
Description
I need to do some charset conversion. When I specify -finput-charset=UTF-8 and -fexec-charset=gbk gcc fails with cc1.exe: error: no iconv implementation, cannot convert from UTF-8 to gbk
I do find iconv.exe in bin directory but somehow it doesn't seem to be recognized by cc1.exe.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the reported -finput-charset=UTF-8 and -fexec-charset=gbk options, then inspect how cc1.exe discovers or uses the iconv.exe found in the bin directory. Confirm the conversion works through the compiler and that the original error is no longer reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100