Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconv does not accept utf8 codepage on BSD systems (only utf-8) #2475

Closed
Oldes opened this issue Jan 6, 2022 · 0 comments
Closed

iconv does not accept utf8 codepage on BSD systems (only utf-8) #2475

Oldes opened this issue Jan 6, 2022 · 0 comments
Labels
Oldes.resolved Bugs/wishes with Oldes' fixes/features Test.written Type.bug

Comments

@Oldes
Copy link
Owner

Oldes commented Jan 6, 2022

Currently on Linux, macOS and Windows:

>> iconv #{E282AC} 'utf8
== "€"
>> iconv #{E282AC} 'utf-8
== "€"
>> iconv #{E282AC} 'UTF8 
== "€"

While on OpenBSD and FreeBSD only utf-8 is accepted.

@Oldes Oldes added the Type.bug label Jan 6, 2022
@Oldes Oldes added Oldes.resolved Bugs/wishes with Oldes' fixes/features Test.written labels Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Oldes.resolved Bugs/wishes with Oldes' fixes/features Test.written Type.bug
Projects
None yet
Development

No branches or pull requests

1 participant