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

[20220611] File encoding 확인 방법 #257

Open
JuHyun419 opened this issue Jun 11, 2022 · 0 comments
Open

[20220611] File encoding 확인 방법 #257

JuHyun419 opened this issue Jun 11, 2022 · 0 comments
Labels

Comments

@JuHyun419
Copy link
Owner

JuHyun419 commented Jun 11, 2022

Linux

  • file -bi text.txt
    image

MacOS

  • file -I(대문자 i) text.txt
    image

인코딩 변경

  • iconv -c -f utf-8 -t euc-kr test > test3
    • f: from
    • t: to
      image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant