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

[스프린트 1] 게시글에 이모지 포함할 때 작성 오류 발생 #19

Open
wvssm opened this issue Nov 10, 2024 · 1 comment
Open
Labels
버그 문제가 발생한 경우

Comments

@wvssm
Copy link
Contributor

wvssm commented Nov 10, 2024

게시글에 이모지 포함할 때 작성 오류 발생

@doubleclip118
Copy link
Contributor

기본 MySQl 인코딩 방식이 UTF8로 되어있지만 MySql에서는 3byte 이내의 문자만 인식할 수 있다 하지만 이모지는 4byte를 사용하는 문자라서 MySQL의 인코딩을 utf8mb4로 변경해줘야 한다고 한다.

@wvssm wvssm added the 버그 문제가 발생한 경우 label Nov 25, 2024
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

2 participants